aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:51:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:51:14 +0200
commit31f3a420d06c0086fc99cac605cd0472f415db14 (patch)
tree1e287d09da2143dd26a2f703bd5997b6fecf4cb9
parent163e53548ff627f57509baf83618bc6b5022fbfe (diff)
Remove unnecessary includes
-rw-r--r--odb/mysql/database.hxx2
-rw-r--r--odb/mysql/transaction-impl.hxx2
-rw-r--r--odb/mysql/view-statements.hxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx
index a245a37..341cf13 100644
--- a/odb/mysql/database.hxx
+++ b/odb/mysql/database.hxx
@@ -21,8 +21,6 @@
#include <odb/mysql/connection.hxx>
#include <odb/mysql/connection-factory.hxx>
-#include <odb/details/shared-ptr.hxx>
-
#include <odb/mysql/details/export.hxx>
namespace odb
diff --git a/odb/mysql/transaction-impl.hxx b/odb/mysql/transaction-impl.hxx
index db87147..e7d8c90 100644
--- a/odb/mysql/transaction-impl.hxx
+++ b/odb/mysql/transaction-impl.hxx
@@ -13,8 +13,6 @@
#include <odb/mysql/version.hxx>
#include <odb/mysql/forward.hxx>
-#include <odb/details/shared-ptr.hxx>
-
#include <odb/mysql/details/export.hxx>
namespace odb
diff --git a/odb/mysql/view-statements.hxx b/odb/mysql/view-statements.hxx
index 04df484..b205ce5 100644
--- a/odb/mysql/view-statements.hxx
+++ b/odb/mysql/view-statements.hxx
@@ -13,8 +13,6 @@
#include <odb/forward.hxx>
#include <odb/traits.hxx>
-#include <odb/details/shared-ptr.hxx>
-
#include <odb/mysql/mysql.hxx>
#include <odb/mysql/version.hxx>
#include <odb/mysql/statement.hxx>