aboutsummaryrefslogtreecommitdiff
path: root/odb/session.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-01-09 11:25:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-01-16 07:42:54 +0200
commit821e1bdf35c6fc208c421fa630ad3f77e841b60e (patch)
tree65f3f283c015a446f505d598b0bea487e1f02e72 /odb/session.txx
parentb14d811c7ea34c6ec423c0a7b90f4c271213b4af (diff)
Add support for using custom session implementations
New option, --session-type.
Diffstat (limited to 'odb/session.txx')
-rw-r--r--odb/session.txx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/session.txx b/odb/session.txx
index 42aa965..941f059 100644
--- a/odb/session.txx
+++ b/odb/session.txx
@@ -2,8 +2,6 @@
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
-#include <odb/pointer-traits.hxx>
-
namespace odb
{
template <typename T>