summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork
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/source/drivers/mork
parent84acb10f5484489612ccc84215edfcfdef87ea13 (diff)
Drop unused #include
Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab
Diffstat (limited to 'connectivity/source/drivers/mork')
-rw-r--r--connectivity/source/drivers/mork/MConnection.hxx2
-rw-r--r--connectivity/source/drivers/mork/MDatabaseMetaData.hxx2
2 files changed, 0 insertions, 4 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