diff options
-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> |