From 052cec29a66bb69a17c94bd86de7a2dcd7c79689 Mon Sep 17 00:00:00 2001 From: Aron Budea Date: Sun, 24 Dec 2017 09:46:59 +0100 Subject: Adjust includes Change-Id: I11385fc987e6951570454919c110de7167f41f5a Reviewed-on: https://gerrit.libreoffice.org/47036 Reviewed-by: Aron Budea Tested-by: Aron Budea --- include/svx/strarray.hxx | 1 - include/svx/tbcontrl.hxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/svx/strarray.hxx b/include/svx/strarray.hxx index 04d9a64958e2..faa5ee365216 100644 --- a/include/svx/strarray.hxx +++ b/include/svx/strarray.hxx @@ -21,7 +21,6 @@ #include #include -#include class SVX_DLLPUBLIC SvxFieldUnitTable { diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index c5784bba03bc..57d1dcba5f22 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -139,7 +139,6 @@ #include #include #include -#include #include // important in the tbxctrls.hxx created with HeDaBu !!! @@ -150,6 +149,7 @@ class SfxStyleControllerItem_Impl; class SfxStyleSheetBasePool; class SfxTemplateItem; class SvxStyleBox_Impl; +class PaletteManager; namespace svx { -- cgit