From 8cb443b8d9b2e0a03f22a64da1644e7df286753c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Nov 2011 11:51:15 +0200 Subject: Remove unnecessary includes --- odb/oracle/connection.cxx | 1 - odb/oracle/connection.hxx | 1 - odb/oracle/database.hxx | 2 -- odb/oracle/transaction-impl.hxx | 2 -- odb/oracle/view-statements.hxx | 2 -- 5 files changed, 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 -#include #include 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 -#include #include // std::auto_ptr #include 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 -#include - #include #include #include 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 -#include - #include #include #include 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 #include -#include - #include #include #include -- cgit v1.1