diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2020-12-19 04:42:58 +1100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-12-29 01:59:37 +0100 |
commit | c1f96102cb117f8c2c977da11b932cd9937ae19e (patch) | |
tree | 760d52d30b113b8deb52cb29781ee875b5dae626 /vcl/source/image | |
parent | f72a5fd03ddfa94b074b28cf1259284f727139f0 (diff) |
vcl: move local bitmap headers to inc/bitmap directory
Change-Id: I72cc28d4df8031e322daa50d79666cabcb6421a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108040
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/source/image')
-rw-r--r-- | vcl/source/image/Image.cxx | 2 | ||||
-rw-r--r-- | vcl/source/image/ImplImage.cxx | 2 | ||||
-rw-r--r-- | vcl/source/image/ImplImageTree.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/image/Image.cxx b/vcl/source/image/Image.cxx index 54799c5a60b1..efcc46e41ea4 100644 --- a/vcl/source/image/Image.cxx +++ b/vcl/source/image/Image.cxx @@ -25,7 +25,7 @@ #include <sal/types.h> #include <image.h> -#include <BitmapColorizeFilter.hxx> +#include <bitmap/BitmapColorizeFilter.hxx> using namespace css; diff --git a/vcl/source/image/ImplImage.cxx b/vcl/source/image/ImplImage.cxx index 8659d8e11e50..ad9429e00cca 100644 --- a/vcl/source/image/ImplImage.cxx +++ b/vcl/source/image/ImplImage.cxx @@ -23,7 +23,7 @@ #include <vcl/settings.hxx> #include <vcl/BitmapFilter.hxx> #include <vcl/ImageTree.hxx> -#include <BitmapDisabledImageFilter.hxx> +#include <bitmap/BitmapDisabledImageFilter.hxx> #include <comphelper/lok.hxx> #include <image.h> diff --git a/vcl/source/image/ImplImageTree.cxx b/vcl/source/image/ImplImageTree.cxx index b7215ac65b97..6a9cd8f75628 100644 --- a/vcl/source/image/ImplImageTree.cxx +++ b/vcl/source/image/ImplImageTree.cxx @@ -55,7 +55,7 @@ #include <vcl/outdev.hxx> #include <vcl/pngwrite.hxx> -#include <BitmapLightenFilter.hxx> +#include <bitmap/BitmapLightenFilter.hxx> using namespace css; |