summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-02-17 11:25:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-02-17 11:26:31 +0900
commitd39178ff6cb707219665a73da2324ea51a1c802d (patch)
treeda67acfcf845f22229a05ebdc7d1b131e9997c4c
parent84acb10f5484489612ccc84215edfcfdef87ea13 (diff)
Drop unused #include
Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab
-rw-r--r--connectivity/source/drivers/mork/MConnection.hxx2
-rw-r--r--connectivity/source/drivers/mork/MDatabaseMetaData.hxx2
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx1
-rw-r--r--connectivity/source/inc/java/lang/Object.hxx1
-rw-r--r--cppu/source/LogBridge/LogBridge.cxx2
-rw-r--r--cppuhelper/source/component_context.cxx3
-rw-r--r--dbaccess/source/core/dataaccess/ModelImpl.hxx2
-rw-r--r--dbaccess/source/core/inc/SingleSelectQueryComposer.hxx2
-rw-r--r--dbaccess/source/ui/app/AppSwapWindow.cxx2
-rw-r--r--dbaccess/source/ui/dlg/dbwizsetup.cxx2
-rw-r--r--dbaccess/source/ui/dlg/generalpage.hxx1
-rw-r--r--dbaccess/source/ui/inc/JoinController.hxx1
-rw-r--r--dbaccess/source/ui/inc/JoinDesignView.hxx3
-rw-r--r--dbaccess/source/ui/inc/JoinTableView.hxx1
-rw-r--r--dbaccess/source/ui/inc/TokenWriter.hxx2
-rw-r--r--dbaccess/source/ui/inc/curledit.hxx1
-rw-r--r--dbaccess/source/ui/misc/DExport.cxx1
17 files changed, 0 insertions, 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 <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 ba2a4eb0d87d..05403795af5d 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 60e37ecae58d..cd4c69bd0fa5 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 15779ba49545..7d13c6200d18 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 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 <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 9045c4ff2ed1..b6ebb3da079f 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 93e318929c37..814a5b9543ba 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 f2d2da1a14f6..21fa884e7f15 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 49452b465326..f5cc75e3b7d9 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 db85512de18c..a334fb028000 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 50a4e10a367b..5711261c4b92 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 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 <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 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 <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 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 <map>
-#include <memory>
#include <vector>
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 <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 b3bb08775846..77e291e438e0 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 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 <unotools/configmgr.hxx>
-#include <memory>
#include <o3tl/compat_functional.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>