aboutsummaryrefslogtreecommitdiff
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
commit299d224c8a8f033b4c44d38b916a9c306db63b7e (patch)
tree42558e1e2fa69d4aefcaa7deeb46efee77a63630
parent707e810aada78ac2390da988eb62324b896e6103 (diff)
Remove unnecessary includes
-rw-r--r--odb/pgsql/connection.hxx1
-rw-r--r--odb/pgsql/database.hxx2
-rw-r--r--odb/pgsql/transaction-impl.hxx2
-rw-r--r--odb/pgsql/view-statements.hxx2
4 files changed, 0 insertions, 7 deletions
diff --git a/odb/pgsql/connection.hxx b/odb/pgsql/connection.hxx
index 737551d..5b4b795 100644
--- a/odb/pgsql/connection.hxx
+++ b/odb/pgsql/connection.hxx
@@ -8,7 +8,6 @@
#include <odb/pre.hxx>
-#include <vector>
#include <memory> // std::auto_ptr
#include <odb/forward.hxx>
diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx
index 52e48c3..8fad248 100644
--- a/odb/pgsql/database.hxx
+++ b/odb/pgsql/database.hxx
@@ -14,8 +14,6 @@
#include <odb/database.hxx>
-#include <odb/details/shared-ptr.hxx>
-
#include <odb/pgsql/version.hxx>
#include <odb/pgsql/forward.hxx>
#include <odb/pgsql/tracer.hxx>
diff --git a/odb/pgsql/transaction-impl.hxx b/odb/pgsql/transaction-impl.hxx
index 2551994..af440d7 100644
--- a/odb/pgsql/transaction-impl.hxx
+++ b/odb/pgsql/transaction-impl.hxx
@@ -13,8 +13,6 @@
#include <odb/pgsql/version.hxx>
#include <odb/pgsql/forward.hxx>
-#include <odb/details/shared-ptr.hxx>
-
#include <odb/pgsql/details/export.hxx>
namespace odb
diff --git a/odb/pgsql/view-statements.hxx b/odb/pgsql/view-statements.hxx
index e90549b..50256e3 100644
--- a/odb/pgsql/view-statements.hxx
+++ b/odb/pgsql/view-statements.hxx
@@ -13,8 +13,6 @@
#include <odb/forward.hxx>
#include <odb/traits.hxx>
-#include <odb/details/shared-ptr.hxx>
-
#include <odb/pgsql/version.hxx>
#include <odb/pgsql/binding.hxx>
#include <odb/pgsql/statement.hxx>