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(-)
New commits: commit d39178ff6cb707219665a73da2324ea51a1c802d Author: Takeshi Abe <t...@fixedpoint.jp> Date: Mon Feb 17 11:25:48 2014 +0900 Drop unused #include Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab diff --git a/connectivity/source/drivers/mork/MConnection.hxx b/connectivity/source/drivers/mork/MConnection.hxx index 753a64c..7a67ee5 100644 --- a/connectivity/source/drivers/mork/MConnection.hxx +++ b/connectivity/source/drivers/mork/MConnection.hxx @@ -22,8 +22,6 @@ #include <cppuhelper/weakref.hxx> -#include <memory> - // 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 ba2a4eb..0540379 100644 --- a/connectivity/source/drivers/mork/MDatabaseMetaData.hxx +++ b/connectivity/source/drivers/mork/MDatabaseMetaData.hxx @@ -23,8 +23,6 @@ #include <cppuhelper/weakref.hxx> -#include <memory> - namespace connectivity { namespace mork diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx index 60e37ec..cd4c69b 100644 --- a/connectivity/source/inc/hsqldb/HConnection.hxx +++ b/connectivity/source/inc/hsqldb/HConnection.hxx @@ -28,7 +28,6 @@ #include <cppuhelper/compbase2.hxx> #include <comphelper/uno3.hxx> #include <cppuhelper/interfacecontainer.hxx> -#include <memory> namespace connectivity { diff --git a/connectivity/source/inc/java/lang/Object.hxx b/connectivity/source/inc/java/lang/Object.hxx index 15779ba..7d13c62 100644 --- a/connectivity/source/inc/java/lang/Object.hxx +++ b/connectivity/source/inc/java/lang/Object.hxx @@ -26,7 +26,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <osl/diagnose.h> #include <jvmaccess/virtualmachine.hxx> -#include <memory> #include <functional> #include <boost/shared_ptr.hpp> diff --git a/cppu/source/LogBridge/LogBridge.cxx b/cppu/source/LogBridge/LogBridge.cxx index 0de1ee5..5373a77 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 <com/sun/star/uno/Type.hxx> -#include <boost/unordered_map.hpp> -#include <memory> namespace { diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx index 9045c4f..b6ebb3d 100644 --- a/cppuhelper/source/component_context.cxx +++ b/cppuhelper/source/component_context.cxx @@ -26,7 +26,6 @@ #include <stdio.h> #endif -#include <vector> #include <boost/unordered_map.hpp> #ifdef CONTEXT_DIAG #include <map> @@ -55,8 +54,6 @@ #include "com/sun/star/uno/DeploymentException.hpp" #include "com/sun/star/uno/RuntimeException.hpp" -#include <memory> - #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 93e3189..814a5b9 100644 --- a/dbaccess/source/core/dataaccess/ModelImpl.hxx +++ b/dbaccess/source/core/dataaccess/ModelImpl.hxx @@ -71,8 +71,6 @@ #include <unotools/sharedunocomponent.hxx> #include <rtl/ref.hxx> -#include <memory> - namespace comphelper { class NamedValueCollection; diff --git a/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx b/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx index f2d2da1..21fa884 100644 --- a/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx +++ b/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx @@ -35,8 +35,6 @@ #include <comphelper/propertycontainer.hxx> #include <svx/ParseContext.hxx> -#include <memory> - 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 49452b4..f5cc75e 100644 --- a/dbaccess/source/ui/app/AppSwapWindow.cxx +++ b/dbaccess/source/ui/app/AppSwapWindow.cxx @@ -28,8 +28,6 @@ #include <vcl/mnemonic.hxx> #include "IApplicationController.hxx" -#include <memory> - 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 db85512..a334fb0 100644 --- a/dbaccess/source/ui/dlg/dbwizsetup.cxx +++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx @@ -80,8 +80,6 @@ #include <osl/diagnose.h> #include <connectivity/DriversConfig.hxx> -#include <memory> - namespace dbaui { using namespace dbtools; diff --git a/dbaccess/source/ui/dlg/generalpage.hxx b/dbaccess/source/ui/dlg/generalpage.hxx index 50a4e10..5711261 100644 --- a/dbaccess/source/ui/dlg/generalpage.hxx +++ b/dbaccess/source/ui/dlg/generalpage.hxx @@ -26,7 +26,6 @@ #include <vcl/lstbox.hxx> #include <vcl/edit.hxx> #include <svtools/dialogcontrolling.hxx> -#include <memory> namespace dbaui { diff --git a/dbaccess/source/ui/inc/JoinController.hxx b/dbaccess/source/ui/inc/JoinController.hxx index 60feee1..6a2e1f8 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 <memory> -#include <boost/shared_ptr.hpp> namespace comphelper { diff --git a/dbaccess/source/ui/inc/JoinDesignView.hxx b/dbaccess/source/ui/inc/JoinDesignView.hxx index a38f6a3..37839f6 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 <dbaccess/dataview.hxx> -#include <vector> #include "QEnumTypes.hxx" -#include <memory> - namespace dbaui { class OJoinController; diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index 8d3a82f..aa32e62 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -30,7 +30,6 @@ #include "TableWindowData.hxx" #include <map> -#include <memory> #include <vector> struct AcceptDropEvent; diff --git a/dbaccess/source/ui/inc/TokenWriter.hxx b/dbaccess/source/ui/inc/TokenWriter.hxx index e6df621..e9068d1 100644 --- a/dbaccess/source/ui/inc/TokenWriter.hxx +++ b/dbaccess/source/ui/inc/TokenWriter.hxx @@ -37,8 +37,6 @@ #include <tools/stream.hxx> #include <svx/dataaccessdescriptor.hxx> -#include <memory> - 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 b3bb087..77e291e 100644 --- a/dbaccess/source/ui/inc/curledit.hxx +++ b/dbaccess/source/ui/inc/curledit.hxx @@ -23,7 +23,6 @@ #include <vcl/edit.hxx> #include <vcl/fixed.hxx> #include "dsntypes.hxx" -#include <memory> namespace dbaui { diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx index 71f7789..814cd38 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 <unotools/configmgr.hxx> -#include <memory> #include <o3tl/compat_functional.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits