From d39178ff6cb707219665a73da2324ea51a1c802d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 17 Feb 2014 11:25:48 +0900 Subject: Drop unused #include Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab --- connectivity/source/drivers/mork/MConnection.hxx | 2 -- connectivity/source/drivers/mork/MDatabaseMetaData.hxx | 2 -- connectivity/source/inc/hsqldb/HConnection.hxx | 1 - connectivity/source/inc/java/lang/Object.hxx | 1 - cppu/source/LogBridge/LogBridge.cxx | 2 -- cppuhelper/source/component_context.cxx | 3 --- dbaccess/source/core/dataaccess/ModelImpl.hxx | 2 -- dbaccess/source/core/inc/SingleSelectQueryComposer.hxx | 2 -- dbaccess/source/ui/app/AppSwapWindow.cxx | 2 -- dbaccess/source/ui/dlg/dbwizsetup.cxx | 2 -- dbaccess/source/ui/dlg/generalpage.hxx | 1 - dbaccess/source/ui/inc/JoinController.hxx | 1 - dbaccess/source/ui/inc/JoinDesignView.hxx | 3 --- dbaccess/source/ui/inc/JoinTableView.hxx | 1 - dbaccess/source/ui/inc/TokenWriter.hxx | 2 -- dbaccess/source/ui/inc/curledit.hxx | 1 - dbaccess/source/ui/misc/DExport.cxx | 1 - 17 files changed, 29 deletions(-) diff --git a/connectivity/source/drivers/mork/MConnection.hxx b/connectivity/source/drivers/mork/MConnection.hxx index 753a64cac095..7a67ee5849fe 100644 --- a/connectivity/source/drivers/mork/MConnection.hxx +++ b/connectivity/source/drivers/mork/MConnection.hxx @@ -22,8 +22,6 @@ #include -#include - // do we want here namespace too? class MorkParser; diff --git a/connectivity/source/drivers/mork/MDatabaseMetaData.hxx b/connectivity/source/drivers/mork/MDatabaseMetaData.hxx index ba2a4eb0d87d..05403795af5d 100644 --- a/connectivity/source/drivers/mork/MDatabaseMetaData.hxx +++ b/connectivity/source/drivers/mork/MDatabaseMetaData.hxx @@ -23,8 +23,6 @@ #include -#include - namespace connectivity { namespace mork diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx index 60e37ecae58d..cd4c69bd0fa5 100644 --- a/connectivity/source/inc/hsqldb/HConnection.hxx +++ b/connectivity/source/inc/hsqldb/HConnection.hxx @@ -28,7 +28,6 @@ #include #include #include -#include namespace connectivity { diff --git a/connectivity/source/inc/java/lang/Object.hxx b/connectivity/source/inc/java/lang/Object.hxx index 15779ba49545..7d13c6200d18 100644 --- a/connectivity/source/inc/java/lang/Object.hxx +++ b/connectivity/source/inc/java/lang/Object.hxx @@ -26,7 +26,6 @@ #include #include #include -#include #include #include diff --git a/cppu/source/LogBridge/LogBridge.cxx b/cppu/source/LogBridge/LogBridge.cxx index 0de1ee5e6fd5..5373a7727ebd 100644 --- a/cppu/source/LogBridge/LogBridge.cxx +++ b/cppu/source/LogBridge/LogBridge.cxx @@ -28,8 +28,6 @@ #include "cppu/EnvDcp.hxx" #include "uno/environment.hxx" #include -#include -#include namespace { diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx index 9045c4ff2ed1..b6ebb3da079f 100644 --- a/cppuhelper/source/component_context.cxx +++ b/cppuhelper/source/component_context.cxx @@ -26,7 +26,6 @@ #include #endif -#include #include #ifdef CONTEXT_DIAG #include @@ -55,8 +54,6 @@ #include "com/sun/star/uno/DeploymentException.hpp" #include "com/sun/star/uno/RuntimeException.hpp" -#include - #define SMGR_SINGLETON "/singletons/com.sun.star.lang.theServiceManager" #define TDMGR_SINGLETON "/singletons/com.sun.star.reflection.theTypeDescriptionManager" #define AC_SINGLETON "/singletons/com.sun.star.security.theAccessController" diff --git a/dbaccess/source/core/dataaccess/ModelImpl.hxx b/dbaccess/source/core/dataaccess/ModelImpl.hxx index 93e318929c37..814a5b9543ba 100644 --- a/dbaccess/source/core/dataaccess/ModelImpl.hxx +++ b/dbaccess/source/core/dataaccess/ModelImpl.hxx @@ -71,8 +71,6 @@ #include #include -#include - namespace comphelper { class NamedValueCollection; diff --git a/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx b/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx index f2d2da1a14f6..21fa884e7f15 100644 --- a/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx +++ b/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx @@ -35,8 +35,6 @@ #include #include -#include - namespace com { namespace sun { namespace star { namespace util { class XNumberFormatsSupplier; class XNumberFormatter; diff --git a/dbaccess/source/ui/app/AppSwapWindow.cxx b/dbaccess/source/ui/app/AppSwapWindow.cxx index 49452b465326..f5cc75e3b7d9 100644 --- a/dbaccess/source/ui/app/AppSwapWindow.cxx +++ b/dbaccess/source/ui/app/AppSwapWindow.cxx @@ -28,8 +28,6 @@ #include #include "IApplicationController.hxx" -#include - using namespace ::dbaui; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::sdbc; diff --git a/dbaccess/source/ui/dlg/dbwizsetup.cxx b/dbaccess/source/ui/dlg/dbwizsetup.cxx index db85512de18c..a334fb028000 100644 --- a/dbaccess/source/ui/dlg/dbwizsetup.cxx +++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx @@ -80,8 +80,6 @@ #include #include -#include - namespace dbaui { using namespace dbtools; diff --git a/dbaccess/source/ui/dlg/generalpage.hxx b/dbaccess/source/ui/dlg/generalpage.hxx index 50a4e10a367b..5711261c4b92 100644 --- a/dbaccess/source/ui/dlg/generalpage.hxx +++ b/dbaccess/source/ui/dlg/generalpage.hxx @@ -26,7 +26,6 @@ #include #include #include -#include namespace dbaui { diff --git a/dbaccess/source/ui/inc/JoinController.hxx b/dbaccess/source/ui/inc/JoinController.hxx index 60feee1fcca5..6a2e1f88c850 100644 --- a/dbaccess/source/ui/inc/JoinController.hxx +++ b/dbaccess/source/ui/inc/JoinController.hxx @@ -27,7 +27,6 @@ #include "TableConnectionData.hxx" #include "TableWindowData.hxx" #include -#include namespace comphelper { diff --git a/dbaccess/source/ui/inc/JoinDesignView.hxx b/dbaccess/source/ui/inc/JoinDesignView.hxx index a38f6a3bc605..37839f63d020 100644 --- a/dbaccess/source/ui/inc/JoinDesignView.hxx +++ b/dbaccess/source/ui/inc/JoinDesignView.hxx @@ -21,11 +21,8 @@ #define INCLUDED_DBACCESS_SOURCE_UI_INC_JOINDESIGNVIEW_HXX #include -#include #include "QEnumTypes.hxx" -#include - namespace dbaui { class OJoinController; diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index 8d3a82f98b54..aa32e620ae32 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -30,7 +30,6 @@ #include "TableWindowData.hxx" #include -#include #include struct AcceptDropEvent; diff --git a/dbaccess/source/ui/inc/TokenWriter.hxx b/dbaccess/source/ui/inc/TokenWriter.hxx index e6df621deadd..e9068d12e02e 100644 --- a/dbaccess/source/ui/inc/TokenWriter.hxx +++ b/dbaccess/source/ui/inc/TokenWriter.hxx @@ -37,8 +37,6 @@ #include #include -#include - namespace com { namespace sun { namespace star { namespace sdbc{ class XRowUpdate; diff --git a/dbaccess/source/ui/inc/curledit.hxx b/dbaccess/source/ui/inc/curledit.hxx index b3bb08775846..77e291e438e0 100644 --- a/dbaccess/source/ui/inc/curledit.hxx +++ b/dbaccess/source/ui/inc/curledit.hxx @@ -23,7 +23,6 @@ #include #include #include "dsntypes.hxx" -#include namespace dbaui { diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx index 71f778935346..814cd38aeba3 100644 --- a/dbaccess/source/ui/misc/DExport.cxx +++ b/dbaccess/source/ui/misc/DExport.cxx @@ -44,7 +44,6 @@ #include "FieldDescriptions.hxx" #include "UITools.hxx" #include -#include #include #include #include -- cgit v1.2.3