diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 11:51:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 11:51:15 +0200 |
commit | 8cb443b8d9b2e0a03f22a64da1644e7df286753c (patch) | |
tree | 096aa296dfa696c4db7d7cff9274e76bc1e93f01 | |
parent | ecf013c9ec4ccc36da076227ce32ccb8aa49c3f4 (diff) |
Remove unnecessary includes
-rw-r--r-- | odb/oracle/connection.cxx | 1 | ||||
-rw-r--r-- | odb/oracle/connection.hxx | 1 | ||||
-rw-r--r-- | odb/oracle/database.hxx | 2 | ||||
-rw-r--r-- | odb/oracle/transaction-impl.hxx | 2 | ||||
-rw-r--r-- | odb/oracle/view-statements.hxx | 2 |
5 files changed, 0 insertions, 8 deletions
diff --git a/odb/oracle/connection.cxx b/odb/oracle/connection.cxx index c0eae59..8a82e40 100644 --- a/odb/oracle/connection.cxx +++ b/odb/oracle/connection.cxx @@ -4,7 +4,6 @@ // license : ODB NCUEL; see accompanying LICENSE file #include <string> -#include <sstream> #include <oci.h> diff --git a/odb/oracle/connection.hxx b/odb/oracle/connection.hxx index 56ac6b9..047f4a6 100644 --- a/odb/oracle/connection.hxx +++ b/odb/oracle/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/oracle/database.hxx b/odb/oracle/database.hxx index 232b320..5e410ef 100644 --- a/odb/oracle/database.hxx +++ b/odb/oracle/database.hxx @@ -14,8 +14,6 @@ #include <odb/database.hxx> -#include <odb/details/shared-ptr.hxx> - #include <odb/oracle/version.hxx> #include <odb/oracle/forward.hxx> #include <odb/oracle/tracer.hxx> diff --git a/odb/oracle/transaction-impl.hxx b/odb/oracle/transaction-impl.hxx index 9338008..72ff6a2 100644 --- a/odb/oracle/transaction-impl.hxx +++ b/odb/oracle/transaction-impl.hxx @@ -10,8 +10,6 @@ #include <odb/transaction.hxx> -#include <odb/details/shared-ptr.hxx> - #include <odb/oracle/version.hxx> #include <odb/oracle/forward.hxx> #include <odb/oracle/oracle-fwd.hxx> diff --git a/odb/oracle/view-statements.hxx b/odb/oracle/view-statements.hxx index 05ac668..e620856 100644 --- a/odb/oracle/view-statements.hxx +++ b/odb/oracle/view-statements.hxx @@ -13,8 +13,6 @@ #include <odb/forward.hxx> #include <odb/traits.hxx> -#include <odb/details/shared-ptr.hxx> - #include <odb/oracle/oracle-types.hxx> #include <odb/oracle/version.hxx> #include <odb/oracle/statement.hxx> |