diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 11:54:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 11:54:02 +0200 |
commit | 4476c35c66b3fc795f71ccaf38c886f5e725d173 (patch) | |
tree | f0191c53f4825bf9f01889d79f0ff6d189f46cb5 | |
parent | 0621ffcc107e4cf106d7b48a8bbc1dba086cfb89 (diff) |
Remove unnecessary forward declaration
-rw-r--r-- | odb/sqlite/connection.hxx | 1 |
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; |