[Libreoffice-commits] core.git: sdext/source

Takeshi Abe tabe at fixedpoint.jp
Tue Oct 29 01:30:06 CET 2013


 sdext/source/minimizer/informationdialog.hxx          |    1 -
 sdext/source/minimizer/pppoptimizeruno.cxx            |    1 -
 sdext/source/pdfimport/pdfparse/pdfentries.cxx        |    1 -
 sdext/source/pdfimport/tree/imagecontainer.hxx        |    1 -
 sdext/source/pdfimport/wrapper/wrapper.cxx            |    2 --
 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |    1 -
 6 files changed, 7 deletions(-)

New commits:
commit 943a03a4ee593699ae3ca3dc405c4e271ad949e9
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Oct 29 09:24:42 2013 +0900

    Drop unnecessary #include
    
    Change-Id: I20448aebfae86c097413660e9ec836a786507a85

diff --git a/sdext/source/minimizer/informationdialog.hxx b/sdext/source/minimizer/informationdialog.hxx
index 1ee8b11..f8aaaab 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 c4cd828..97c72ec 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 52117d3..66804ff 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 0728bbc..8b46720e 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 f2e9dc2..84eed9b 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 a840f03..b4b66a3 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>
 


More information about the Libreoffice-commits mailing list