summaryrefslogtreecommitdiffstats
path: root/sdext
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-07 16:01:00 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-07 16:01:08 +0100
commit1e4cebf61f31e7eba07621c02b878c38b42b47b7 (patch)
tree27416694cf151b68fc92f393d90540d1eed17d86 /sdext
parentstd::hash -> boost::hash (diff)
downloadcore-1e4cebf61f31e7eba07621c02b878c38b42b47b7.tar.gz
core-1e4cebf61f31e7eba07621c02b878c38b42b47b7.zip
Remove unused headers
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/pdfparse/pdfparse.cxx1
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/pdfparse/pdfparse.cxx b/sdext/source/pdfimport/pdfparse/pdfparse.cxx
index bf930d21c701..0c5216596e0c 100644
--- a/sdext/source/pdfimport/pdfparse/pdfparse.cxx
+++ b/sdext/source/pdfimport/pdfparse/pdfparse.cxx
@@ -38,7 +38,6 @@
#include "pdfparse.hxx"
// workaround windows compiler: do not include multi_pass.hpp
-//#include <boost/spirit.hpp>
#include <boost/spirit/include/classic_core.hpp>
#include <boost/spirit/include/classic_utility.hpp>
#include <boost/spirit/include/classic_error_handling.hpp>
diff --git a/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
index 26011cc08c64..470c5faccbaf 100644
--- a/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
+++ b/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
@@ -30,7 +30,6 @@
************************************************************************/
#include "pdfioutdev_gpl.hxx"
-//#include "SecurityHandler.h"
#ifdef WNT
# include <io.h>
# include <fcntl.h> /*_O_BINARY*/