aboutsummaryrefslogtreecommitdiff
path: root/odb/database.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-26 11:29:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-26 11:29:05 +0200
commit3067453a4c623c364286e7d68a446ce15e00b397 (patch)
treed843e6ba207cf860f0ba5df883491fccd9194c4d /odb/database.txx
parent1896d36996ab48ed7271e855d7e32b4e61f64896 (diff)
Make session optional
Diffstat (limited to 'odb/database.txx')
-rw-r--r--odb/database.txx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/database.txx b/odb/database.txx
index abc6ba3..7f7b90f 100644
--- a/odb/database.txx
+++ b/odb/database.txx
@@ -4,8 +4,7 @@
#include <odb/exceptions.hxx>
#include <odb/transaction.hxx>
-#include <odb/session.hxx>
-#include <odb/cache-traits.hxx>
+#include <odb/no-op-cache-traits.hxx>
#include <odb/pointer-traits.hxx>
namespace odb