diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-04 09:20:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-04 10:55:31 +0200 |
commit | 078af97d8516eab07c196b7a3785fc05bcc02519 (patch) | |
tree | f6a0367c0d1fd2eed4214d5aab2564ca99c7e293 /include | |
parent | d62f6b7d40284b2e41831376e5388711ab6250f3 (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 'include')
-rw-r--r-- | include/svx/bmpmask.hxx | 1 | ||||
-rw-r--r-- | include/svx/compressgraphicdialog.hxx | 1 | ||||
-rw-r--r-- | include/vcl/bitmapex.hxx | 1 | ||||
-rw-r--r-- | include/vcl/metaact.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/bmpmask.hxx b/include/svx/bmpmask.hxx index 1d75ccf094bd..12f7e3f60640 100644 --- a/include/svx/bmpmask.hxx +++ b/include/svx/bmpmask.hxx @@ -27,7 +27,6 @@ #include <svx/svxdllapi.h> #include <tools/color.hxx> #include <vcl/animate/Animation.hxx> -#include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/gdimtf.hxx> #include <vcl/graph.hxx> diff --git a/include/svx/compressgraphicdialog.hxx b/include/svx/compressgraphicdialog.hxx index c9d2b316e242..eaf980b78211 100644 --- a/include/svx/compressgraphicdialog.hxx +++ b/include/svx/compressgraphicdialog.hxx @@ -23,7 +23,6 @@ #include <svx/svxdllapi.h> #include <tools/gen.hxx> #include <tools/link.hxx> -#include <vcl/bitmap.hxx> #include <vcl/weld.hxx> #include <vcl/graph.hxx> diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx index 2abbddd2e3c7..c3d27edf9d91 100644 --- a/include/vcl/bitmapex.hxx +++ b/include/vcl/bitmapex.hxx @@ -21,7 +21,6 @@ #define INCLUDED_VCL_BITMAPEX_HXX #include <vcl/dllapi.h> -#include <vcl/bitmap.hxx> #include <vcl/alpha.hxx> #include <tools/color.hxx> diff --git a/include/vcl/metaact.hxx b/include/vcl/metaact.hxx index 3beec1fbf42e..ae77e39520b8 100644 --- a/include/vcl/metaact.hxx +++ b/include/vcl/metaact.hxx @@ -27,7 +27,6 @@ #include <vcl/wall.hxx> #include <vcl/font.hxx> #include <tools/poly.hxx> -#include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/region.hxx> #include <vcl/outdevstate.hxx> |