summaryrefslogtreecommitdiff
path: root/include/svx/colrctrl.hxx
diff options
context:
space:
mode:
authorJorenz Paragas <j.paragas.237@gmail.com>2016-06-22 17:26:05 -0700
committerMichael Stahl <mstahl@redhat.com>2017-03-28 09:12:04 +0000
commit65aa28cc1c8a90865c3a9ea379722730c40ecb53 (patch)
tree0e999bb3ebb4f7ac87b9958b98b1e04d814097bb /include/svx/colrctrl.hxx
parent7097037d5a20d2cad5a5e4b10f8f9d5aaf37589f (diff)
tdf#42949: clean up includes in include/svx/[a-c]* with iwyu
Change-Id: I7768f4dbe9892c4264cb16eed87497894aa7494e Reviewed-on: https://gerrit.libreoffice.org/26582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/colrctrl.hxx')
-rw-r--r--include/svx/colrctrl.hxx20
1 files changed, 15 insertions, 5 deletions
diff --git a/include/svx/colrctrl.hxx b/include/svx/colrctrl.hxx
index c3b8eaf18b86..752bdd1065aa 100644
--- a/include/svx/colrctrl.hxx
+++ b/include/svx/colrctrl.hxx
@@ -19,16 +19,26 @@
#ifndef INCLUDED_SVX_COLRCTRL_HXX
#define INCLUDED_SVX_COLRCTRL_HXX
+#include <sal/types.h>
#include <sfx2/dockwin.hxx>
-#include <sfx2/childwin.hxx>
-#include <svx/SvxColorValueSet.hxx>
-#include <svtools/transfer.hxx>
#include <svl/lstner.hxx>
-#include <svx/svxdllapi.h>
+#include <svtools/transfer.hxx>
+#include <svtools/valueset.hxx>
+#include <svx/SvxColorValueSet.hxx>
#include <svx/xtable.hxx>
+#include <tools/gen.hxx>
+#include <tools/link.hxx>
+#include <tools/wintypes.hxx>
+#include <vcl/event.hxx>
#include <vcl/vclptr.hxx>
-class SvData;
+namespace vcl { class Window; }
+
+class CommandEvent;
+class SfxBindings;
+class SfxBroadcaster;
+class SfxChildWindow;
+class SfxHint;
/*************************************************************************
|*