diff options
-rw-r--r-- | odb/pgsql/connection.hxx | 1 | ||||
-rw-r--r-- | odb/pgsql/database.hxx | 2 | ||||
-rw-r--r-- | odb/pgsql/transaction-impl.hxx | 2 | ||||
-rw-r--r-- | odb/pgsql/view-statements.hxx | 2 |
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> |