aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:54:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:54:02 +0200
commit4476c35c66b3fc795f71ccaf38c886f5e725d173 (patch)
treef0191c53f4825bf9f01889d79f0ff6d189f46cb5 /odb
parent0621ffcc107e4cf106d7b48a8bbc1dba086cfb89 (diff)
Remove unnecessary forward declaration
Diffstat (limited to 'odb')
-rw-r--r--odb/sqlite/connection.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/sqlite/connection.hxx b/odb/sqlite/connection.hxx
index 0986866..94f08d0 100644
--- a/odb/sqlite/connection.hxx
+++ b/odb/sqlite/connection.hxx
@@ -30,7 +30,6 @@ namespace odb
{
namespace sqlite
{
- class statement;
class statement_cache;
class connection;