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 | e755248d95e857d93c24301fbacde974ae6ffb03 (patch) | |
tree | 565f9d15068b9719849dbabd3969ba0b5d2a932f | |
parent | 8cb443b8d9b2e0a03f22a64da1644e7df286753c (diff) |
Remove unnecessary forward declaration
-rw-r--r-- | odb/oracle/connection.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/oracle/connection.hxx b/odb/oracle/connection.hxx index 047f4a6..b745b95 100644 --- a/odb/oracle/connection.hxx +++ b/odb/oracle/connection.hxx @@ -29,7 +29,6 @@ namespace odb { namespace oracle { - class statement; class statement_cache; class connection; |