diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-05-26 18:39:06 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-05-26 18:39:06 +0200 |
commit | ab6ae534c72b5167efdb3d6db4699094768b188d (patch) | |
tree | 243244b3f806de0e1367b7af3d8e78347e25583f | |
parent | 54c90e5587a0f781c978bbb8db7503e600176d70 (diff) |
Remove unnecessary headers
-rw-r--r-- | odb/pgsql/pgsql-types.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/odb/pgsql/pgsql-types.hxx b/odb/pgsql/pgsql-types.hxx index 1001702..d84f52a 100644 --- a/odb/pgsql/pgsql-types.hxx +++ b/odb/pgsql/pgsql-types.hxx @@ -10,10 +10,6 @@ #include <cstddef> // std::size_t -#include <libpq-fe.h> // Oid - -#include <odb/pgsql/pgsql-oid.hxx> - namespace odb { namespace pgsql |