From 821e1bdf35c6fc208c421fa630ad3f77e841b60e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Jan 2013 11:25:37 +0200 Subject: Add support for using custom session implementations New option, --session-type. --- odb/session.txx | 2 -- 1 file changed, 2 deletions(-) (limited to 'odb/session.txx') 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 - namespace odb { template -- cgit v1.1