From 2f26329e52cb5b312c8f0ba4da9264afdd78743a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Mar 2012 12:31:12 +0200 Subject: Include C-headers before C++ --- odb/oracle/connection.cxx | 4 ++-- odb/oracle/database.cxx | 4 ++-- odb/oracle/error.cxx | 4 ++-- odb/oracle/oracle-types.cxx | 4 ++-- odb/oracle/statement.cxx | 4 ++-- odb/oracle/transaction-impl.cxx | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/odb/oracle/connection.cxx b/odb/oracle/connection.cxx index 22bdd69..1f87443 100644 --- a/odb/oracle/connection.cxx +++ b/odb/oracle/connection.cxx @@ -2,10 +2,10 @@ // copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -#include - #include +#include + #include #include #include diff --git a/odb/oracle/database.cxx b/odb/oracle/database.cxx index 0f22ccc..9a0c4d7 100644 --- a/odb/oracle/database.cxx +++ b/odb/oracle/database.cxx @@ -2,10 +2,10 @@ // copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -#include - #include +#include + #include #include #include diff --git a/odb/oracle/error.cxx b/odb/oracle/error.cxx index e156392..e502747 100644 --- a/odb/oracle/error.cxx +++ b/odb/oracle/error.cxx @@ -2,10 +2,10 @@ // copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -#include - #include +#include + #include #include diff --git a/odb/oracle/oracle-types.cxx b/odb/oracle/oracle-types.cxx index f1f696c..6a7e803 100644 --- a/odb/oracle/oracle-types.cxx +++ b/odb/oracle/oracle-types.cxx @@ -2,10 +2,10 @@ // copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -#include - #include +#include + #include #include diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index 618ed5f..2a08566 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -2,11 +2,11 @@ // copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file +#include + #include // std::strlen #include -#include - #include #include // object_not_persistent #include diff --git a/odb/oracle/transaction-impl.cxx b/odb/oracle/transaction-impl.cxx index bf74459..4d42b34 100644 --- a/odb/oracle/transaction-impl.cxx +++ b/odb/oracle/transaction-impl.cxx @@ -2,10 +2,10 @@ // copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -#include - #include +#include + #include #include -- cgit v1.1