aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/connection.hxx')
-rw-r--r--odb/pgsql/connection.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/pgsql/connection.hxx b/odb/pgsql/connection.hxx
index 4793248..6914d5b 100644
--- a/odb/pgsql/connection.hxx
+++ b/odb/pgsql/connection.hxx
@@ -11,14 +11,13 @@
#include <vector>
#include <memory> // std::auto_ptr
-#include <libpq-fe.h>
-
#include <odb/forward.hxx>
#include <odb/details/shared-ptr.hxx>
#include <odb/pgsql/version.hxx>
#include <odb/pgsql/forward.hxx>
+#include <odb/pgsql/pgsql-fwd.hxx> // PGconn
#include <odb/pgsql/details/export.hxx>