diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-12 08:54:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-12 08:54:37 +0200 |
commit | 679d03b12e9f5d6932985d722dbe66dec75ca211 (patch) | |
tree | 79ec1d73510027fe7a040b5db7899fb2d4c9e106 | |
parent | c5ffe3dd5794074eb5850c23c41b1417fe63b231 (diff) |
Remove unneeded #include
-rw-r--r-- | odb/oracle/query.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/oracle/query.hxx b/odb/oracle/query.hxx index d92296c..55fa8e0 100644 --- a/odb/oracle/query.hxx +++ b/odb/oracle/query.hxx @@ -19,7 +19,6 @@ #include <odb/oracle/traits.hxx> #include <odb/oracle/binding.hxx> -#include <odb/details/buffer.hxx> #include <odb/details/shared-ptr.hxx> #include <odb/oracle/details/export.hxx> |