aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-28 11:18:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-28 11:18:43 +0200
commit617ab182e622c7b59178fde32f38279984f44806 (patch)
tree00fc781f61d3802da38dd81820e79743ca98fc9c /boost
parente61fb61f6406db4d1b3b33eb72007ba22efb44bd (diff)
Use odb/ instead of odb/mysql/ headers
Diffstat (limited to 'boost')
-rw-r--r--boost/common/smart-ptr/driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/common/smart-ptr/driver.cxx b/boost/common/smart-ptr/driver.cxx
index 478e4a9..eaa4bbd 100644
--- a/boost/common/smart-ptr/driver.cxx
+++ b/boost/common/smart-ptr/driver.cxx
@@ -10,8 +10,8 @@
#include <cassert>
#include <iostream>
-#include <odb/mysql/database.hxx>
-#include <odb/mysql/transaction.hxx>
+#include <odb/database.hxx>
+#include <odb/transaction.hxx>
#include <common/common.hxx>