summaryrefslogtreecommitdiff
path: root/vcl/source/edit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-22 16:35:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-22 20:26:08 +0100
commitc02696d7f9e4f56954e1c37452949762872f1f8e (patch)
tree4747644c1604bda5ab8a00830a8adb4358868f38 /vcl/source/edit
parent216d7c42a8ccc5fa1379e84cb6b32d21857f774d (diff)
forward declare some things and avoid includes
Change-Id: I8bf6e23904c932de646aa84fffab1b5549dbdf31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111349 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/edit')
-rw-r--r--vcl/source/edit/vclmedit.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/edit/vclmedit.cxx b/vcl/source/edit/vclmedit.cxx
index 1bedc444f2f0..7e90c4b59de3 100644
--- a/vcl/source/edit/vclmedit.cxx
+++ b/vcl/source/edit/vclmedit.cxx
@@ -23,9 +23,11 @@
#include <vcl/builder.hxx>
#include <vcl/decoview.hxx>
#include <vcl/event.hxx>
+#include <vcl/menu.hxx>
#include <vcl/specialchars.hxx>
#include <vcl/timer.hxx>
#include <vcl/toolkit/vclmedit.hxx>
+#include <vcl/vclevent.hxx>
#include <vcl/xtextedt.hxx>
#include <vcl/textview.hxx>
#include <vcl/ptrstyle.hxx>