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 | 9f09e9e7b7376bea4298fa5378f315c9d2274059 (patch) | |
tree | 35e00baadb3e84d71812b57defcbf70dd86e27c4 | |
parent | 299d224c8a8f033b4c44d38b916a9c306db63b7e (diff) |
Remove unnecessary forward declaration
-rw-r--r-- | odb/pgsql/connection.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/pgsql/connection.hxx b/odb/pgsql/connection.hxx index 5b4b795..39d2912 100644 --- a/odb/pgsql/connection.hxx +++ b/odb/pgsql/connection.hxx @@ -28,7 +28,6 @@ namespace odb { namespace pgsql { - class statement; class statement_cache; class connection; |