diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-10-29 09:24:42 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-10-29 09:27:39 +0900 |
commit | 943a03a4ee593699ae3ca3dc405c4e271ad949e9 (patch) | |
tree | 9daaabf13d2686ba74e5aadeb318eab362351791 /sdext | |
parent | 18c702a8e14ae5a5335b78647d3bccbe6067858d (diff) |
Drop unnecessary #include
Change-Id: I20448aebfae86c097413660e9ec836a786507a85
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/informationdialog.hxx | 1 | ||||
-rw-r--r-- | sdext/source/minimizer/pppoptimizeruno.cxx | 1 | ||||
-rw-r--r-- | sdext/source/pdfimport/pdfparse/pdfentries.cxx | 1 | ||||
-rw-r--r-- | sdext/source/pdfimport/tree/imagecontainer.hxx | 1 | ||||
-rw-r--r-- | sdext/source/pdfimport/wrapper/wrapper.cxx | 2 | ||||
-rw-r--r-- | sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 1 |
6 files changed, 0 insertions, 7 deletions
diff --git a/sdext/source/minimizer/informationdialog.hxx b/sdext/source/minimizer/informationdialog.hxx index 1ee8b11a6572..f8aaaab97459 100644 --- a/sdext/source/minimizer/informationdialog.hxx +++ b/sdext/source/minimizer/informationdialog.hxx @@ -19,7 +19,6 @@ #ifndef INFORMATIONDIALOG_HXX #define INFORMATIONDIALOG_HXX -#include <vector> #include "unodialog.hxx" #include "configurationaccess.hxx" #include "pppoptimizertoken.hxx" diff --git a/sdext/source/minimizer/pppoptimizeruno.cxx b/sdext/source/minimizer/pppoptimizeruno.cxx index c4cd82857192..97c72ec5ea82 100644 --- a/sdext/source/minimizer/pppoptimizeruno.cxx +++ b/sdext/source/minimizer/pppoptimizeruno.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <osl/mutex.hxx> #include <osl/thread.h> #include <cppuhelper/factory.hxx> 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> |