summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-04 09:20:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-04 10:55:31 +0200
commit078af97d8516eab07c196b7a3785fc05bcc02519 (patch)
treef6a0367c0d1fd2eed4214d5aab2564ca99c7e293 /svtools
parentd62f6b7d40284b2e41831376e5388711ab6250f3 (diff)
remove some unneede vcl/bitmap.hxx includes
Change-Id: Ibdc79538276992193e61f6dc16ddd3fd1ab80b82 Reviewed-on: https://gerrit.libreoffice.org/75069 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/hyperlabel.cxx1
-rw-r--r--svtools/source/control/roadmap.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/control/hyperlabel.cxx b/svtools/source/control/hyperlabel.cxx
index 1330f82d1ef4..d81f0cbdece6 100644
--- a/svtools/source/control/hyperlabel.cxx
+++ b/svtools/source/control/hyperlabel.cxx
@@ -19,7 +19,6 @@
#include <svtools/hyperlabel.hxx>
#include <tools/color.hxx>
-#include <vcl/bitmap.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/tabpage.hxx>
diff --git a/svtools/source/control/roadmap.cxx b/svtools/source/control/roadmap.cxx
index 27adbd928705..bee30e776af3 100644
--- a/svtools/source/control/roadmap.cxx
+++ b/svtools/source/control/roadmap.cxx
@@ -21,7 +21,6 @@
#include <vector>
#include <algorithm>
-#include <vcl/bitmap.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <tools/color.hxx>