summaryrefslogtreecommitdiff
path: root/vcl/source/filter/ipdf
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-12-21 22:03:29 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-12-22 10:49:55 +0100
commitf3e840541a117113be85d7733f20c5d5ab6552f1 (patch)
tree8109959de7dfe6dc9061ece5834b657f3bc04ba2 /vcl/source/filter/ipdf
parent7ea805eb81ce865198cdb0fe418a73f6c353310e (diff)
tdf#42949 Fix some Include What You Use warnings
Change-Id: I30121764303579a7cb4ded0f0f48cc1f8fff6c33 Reviewed-on: https://gerrit.libreoffice.org/46946 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'vcl/source/filter/ipdf')
-rw-r--r--vcl/source/filter/ipdf/pdfdocument.cxx6
-rw-r--r--vcl/source/filter/ipdf/pdfread.cxx1
2 files changed, 1 insertions, 6 deletions
diff --git a/vcl/source/filter/ipdf/pdfdocument.cxx b/vcl/source/filter/ipdf/pdfdocument.cxx
index 56e90cf7adf3..6921683d5054 100644
--- a/vcl/source/filter/ipdf/pdfdocument.cxx
+++ b/vcl/source/filter/ipdf/pdfdocument.cxx
@@ -15,22 +15,16 @@
#include <com/sun/star/uno/Sequence.hxx>
-#include <comphelper/processfactory.hxx>
#include <comphelper/scopeguard.hxx>
#include <comphelper/string.hxx>
-#include <filter/msfilter/mscodec.hxx>
#include <rtl/character.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <sal/log.hxx>
#include <sal/types.h>
-#include <sax/tools/converter.hxx>
#include <svl/cryptosign.hxx>
#include <tools/zcodec.hxx>
-#include <unotools/calendarwrapper.hxx>
-#include <unotools/datetime.hxx>
#include <vcl/pdfwriter.hxx>
-#include <xmloff/xmluconv.hxx>
#include <o3tl/make_unique.hxx>
using namespace com::sun::star;
diff --git a/vcl/source/filter/ipdf/pdfread.cxx b/vcl/source/filter/ipdf/pdfread.cxx
index b1e85f6816de..376885703194 100644
--- a/vcl/source/filter/ipdf/pdfread.cxx
+++ b/vcl/source/filter/ipdf/pdfread.cxx
@@ -18,6 +18,7 @@
#endif
#include <vcl/bitmapaccess.hxx>
+#include <vcl/graph.hxx>
using namespace com::sun::star;