summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-02 20:20:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-03 11:10:58 +0200
commitee2e8d0c0670b4eeecd73b76d7f182fa003426ae (patch)
treef193f1b96759ec29e09f7a1d8a2f5ca0381c5760 /cui
parent72d22380f9356b196e51299bf608c192b6fd6cf7 (diff)
drop some unnecessary includes
Change-Id: I656ed2e29988fe47e4db8fa2ea8edec022bd56c2 Reviewed-on: https://gerrit.libreoffice.org/80098 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optcolor.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index 3456783101b3..56e75fecd969 100644
--- a/cui/source/options/optcolor.cxx
+++ b/cui/source/options/optcolor.cxx
@@ -26,12 +26,10 @@
#include <editeng/editids.hrc>
#include <svtools/colorcfg.hxx>
#include <svtools/extcolorcfg.hxx>
-#include <vcl/headbar.hxx>
-#include <vcl/scrbar.hxx>
#include <svx/colorbox.hxx>
#include <unotools/moduleoptions.hxx>
-#include <vcl/layout.hxx>
#include <vcl/settings.hxx>
+#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <svx/svxdlg.hxx>
#include <helpids.h>