diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-28 11:18:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-28 11:18:43 +0200 |
commit | 617ab182e622c7b59178fde32f38279984f44806 (patch) | |
tree | 00fc781f61d3802da38dd81820e79743ca98fc9c | |
parent | e61fb61f6406db4d1b3b33eb72007ba22efb44bd (diff) |
Use odb/ instead of odb/mysql/ headers
-rw-r--r-- | boost/common/smart-ptr/driver.cxx | 4 |
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> |