summaryrefslogtreecommitdiff
path: root/connectivity
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 /connectivity
parent84acb10f5484489612ccc84215edfcfdef87ea13 (diff)
Drop unused #include
Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab
Diffstat (limited to 'connectivity')
-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
4 files changed, 0 insertions, 6 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>