diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-17 11:25:48 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-17 11:26:31 +0900 |
commit | d39178ff6cb707219665a73da2324ea51a1c802d (patch) | |
tree | da67acfcf845f22229a05ebdc7d1b131e9997c4c /connectivity/source/inc | |
parent | 84acb10f5484489612ccc84215edfcfdef87ea13 (diff) |
Drop unused #include
Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/hsqldb/HConnection.hxx | 1 | ||||
-rw-r--r-- | connectivity/source/inc/java/lang/Object.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
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> |