summaryrefslogtreecommitdiff
path: root/odb/mssql/error.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:35:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:35:55 +0200
commitc8eda24a4ce5192ea502194387e5053098616561 (patch)
tree0d3d6810b61a597f11cd6e6e460f5dd70a0e60ec /odb/mssql/error.cxx
parent61e6f0fded93f1e2105d7f4734b280712afe0c59 (diff)
Rename odbc.hxx to mssql.hxx for consistency
Diffstat (limited to 'odb/mssql/error.cxx')
-rw-r--r--odb/mssql/error.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mssql/error.cxx b/odb/mssql/error.cxx
index 0d26ae8..dd94156 100644
--- a/odb/mssql/error.cxx
+++ b/odb/mssql/error.cxx
@@ -3,9 +3,9 @@
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
-#include <odb/mssql/odbc.hxx>
+#include <odb/mssql/mssql.hxx>
#include <odb/mssql/error.hxx>
-//#include <odb/mssql/connection.hxx>
+#include <odb/mssql/connection.hxx>
#include <odb/mssql/exceptions.hxx>
using namespace std;