diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-12 13:30:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-12 15:56:45 +0200 |
commit | a48ec324d284123f7ad6d0addfdc8c6789fd8d47 (patch) | |
tree | 31c1c7b9c7a5fbdeada98a3916f45b6afd9c27c5 | |
parent | f2c4b6eeb62e9ceb102cccf56c823309df8c6a4a (diff) |
drop some unused headers
Change-Id: If7cedab43231103f7435ce57a0eb3a4d047becb4
Reviewed-on: https://gerrit.libreoffice.org/61714
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sdext/source/pdfimport/wrapper/wrapper.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/imagemgr.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx index 0294b3c6fb12..420e828198c2 100644 --- a/sdext/source/pdfimport/wrapper/wrapper.cxx +++ b/sdext/source/pdfimport/wrapper/wrapper.cxx @@ -62,7 +62,6 @@ #include <vcl/metric.hxx> #include <vcl/font.hxx> #include <vcl/virdev.hxx> -#include <vcl/lazydelete.hxx> #include <memory> #include <unordered_map> diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx index 9456af23c7b4..fd8a23850be6 100644 --- a/svtools/source/misc/imagemgr.cxx +++ b/svtools/source/misc/imagemgr.cxx @@ -39,7 +39,6 @@ #include <unotools/configmgr.hxx> #include <svtools/strings.hrc> #include <svtools/svtresid.hxx> -#include <vcl/lazydelete.hxx> #include <bitmaps.hlst> #include <strings.hxx> |