aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:51:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:51:15 +0200
commit0621ffcc107e4cf106d7b48a8bbc1dba086cfb89 (patch)
tree02e7a6acd2b4c61d840bf9c70771568c069a3892 /odb/sqlite
parent3167ac0713a756e948a367274eeb8fbf84ae9853 (diff)
Remove unnecessary includes
Diffstat (limited to 'odb/sqlite')
-rw-r--r--odb/sqlite/database.hxx2
-rw-r--r--odb/sqlite/transaction-impl.hxx2
-rw-r--r--odb/sqlite/view-statements.hxx2
3 files changed, 2 insertions, 4 deletions
diff --git a/odb/sqlite/database.hxx b/odb/sqlite/database.hxx
index aeaca22..49e34d7 100644
--- a/odb/sqlite/database.hxx
+++ b/odb/sqlite/database.hxx
@@ -15,7 +15,6 @@
#include <iosfwd> // std::ostream
#include <odb/database.hxx>
-#include <odb/details/shared-ptr.hxx>
#include <odb/sqlite/version.hxx>
#include <odb/sqlite/forward.hxx>
@@ -23,6 +22,7 @@
#include <odb/sqlite/connection.hxx>
#include <odb/sqlite/connection-factory.hxx>
#include <odb/sqlite/transaction-impl.hxx>
+
#include <odb/sqlite/details/export.hxx>
namespace odb
diff --git a/odb/sqlite/transaction-impl.hxx b/odb/sqlite/transaction-impl.hxx
index f0df824..c353156 100644
--- a/odb/sqlite/transaction-impl.hxx
+++ b/odb/sqlite/transaction-impl.hxx
@@ -9,10 +9,10 @@
#include <odb/pre.hxx>
#include <odb/transaction.hxx>
-#include <odb/details/shared-ptr.hxx>
#include <odb/sqlite/version.hxx>
#include <odb/sqlite/forward.hxx>
+
#include <odb/sqlite/details/export.hxx>
namespace odb
diff --git a/odb/sqlite/view-statements.hxx b/odb/sqlite/view-statements.hxx
index 6126f08..92bbca3 100644
--- a/odb/sqlite/view-statements.hxx
+++ b/odb/sqlite/view-statements.hxx
@@ -13,8 +13,6 @@
#include <odb/forward.hxx>
#include <odb/traits.hxx>
-#include <odb/details/shared-ptr.hxx>
-
#include <odb/sqlite/version.hxx>
#include <odb/sqlite/binding.hxx>
#include <odb/sqlite/statement.hxx>