summaryrefslogtreecommitdiff
path: root/odb/oracle/connection.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-01 12:31:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-01 12:31:12 +0200
commit2f26329e52cb5b312c8f0ba4da9264afdd78743a (patch)
tree90447823c500839bca9409402b1032856f34a9b8 /odb/oracle/connection.cxx
parent57272f08d87ef76f04878a57d4e37dbc95ca877f (diff)
Include C-headers before C++
Diffstat (limited to 'odb/oracle/connection.cxx')
-rw-r--r--odb/oracle/connection.cxx4
1 files changed, 2 insertions, 2 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 <string>
-
#include <oci.h>
+#include <string>
+
#include <odb/oracle/database.hxx>
#include <odb/oracle/connection.hxx>
#include <odb/oracle/transaction.hxx>