diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-20 12:45:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-20 14:59:02 +0200 |
commit | 3c41913181f8663f9f1970b13ee038386016d22e (patch) | |
tree | 6bebba4b8cdbb5d1f1d678757b944d882eaae177 /vcl/source/gdi/impgraph.cxx | |
parent | 17085c3072deaf6a44246d6d4be1d7022e0f09cd (diff) |
move some headers inside modules
Change-Id: I2baa9e9334850cf72e8ea1e96a2177a1c052e589
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115868
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/gdi/impgraph.cxx')
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index 9d04ab7bde12..2aa4763ad256 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -20,7 +20,7 @@ #include <sal/config.h> #include <sal/log.hxx> -#include <vcl/SwapFile.hxx> +#include <SwapFile.hxx> #include <comphelper/fileformat.h> #include <o3tl/make_shared.hxx> |