summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-10-29 09:24:42 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-10-29 09:27:39 +0900
commit943a03a4ee593699ae3ca3dc405c4e271ad949e9 (patch)
tree9daaabf13d2686ba74e5aadeb318eab362351791 /sdext/source/pdfimport
parent18c702a8e14ae5a5335b78647d3bccbe6067858d (diff)
Drop unnecessary #include
Change-Id: I20448aebfae86c097413660e9ec836a786507a85
Diffstat (limited to 'sdext/source/pdfimport')
-rw-r--r--sdext/source/pdfimport/pdfparse/pdfentries.cxx1
-rw-r--r--sdext/source/pdfimport/tree/imagecontainer.hxx1
-rw-r--r--sdext/source/pdfimport/wrapper/wrapper.cxx2
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx1
4 files changed, 0 insertions, 5 deletions
diff --git a/sdext/source/pdfimport/pdfparse/pdfentries.cxx b/sdext/source/pdfimport/pdfparse/pdfentries.cxx
index 52117d3b6a00..66804ff3b9f1 100644
--- a/sdext/source/pdfimport/pdfparse/pdfentries.cxx
+++ b/sdext/source/pdfimport/pdfparse/pdfentries.cxx
@@ -32,7 +32,6 @@
#include <math.h>
#include <map>
-#include <stdio.h>
#include <string.h>
diff --git a/sdext/source/pdfimport/tree/imagecontainer.hxx b/sdext/source/pdfimport/tree/imagecontainer.hxx
index 0728bbc7462c..8b46720e3067 100644
--- a/sdext/source/pdfimport/tree/imagecontainer.hxx
+++ b/sdext/source/pdfimport/tree/imagecontainer.hxx
@@ -28,7 +28,6 @@
#include <com/sun/star/awt/XBitmap.hpp>
#include <vector>
-#include <boost/unordered_map.hpp>
namespace pdfi
{
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx
index f2e9dc2ab7ec..84eed9b31733 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -65,8 +65,6 @@
#include "rtl/bootstrap.h"
-#include <string.h>
-
using namespace com::sun::star;
namespace pdfi
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
index a840f03576d7..b4b66a3f6dc3 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
@@ -24,7 +24,6 @@
#include <stdio.h>
#include <assert.h>
#include <math.h>
-#include <vector>
#include <boost/shared_array.hpp>