aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/statement.hxx')
-rw-r--r--odb/pgsql/statement.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/odb/pgsql/statement.hxx b/odb/pgsql/statement.hxx
index e248b07..3a25f5e 100644
--- a/odb/pgsql/statement.hxx
+++ b/odb/pgsql/statement.hxx
@@ -11,13 +11,11 @@
#include <string>
#include <cstddef> // std::size_t
-#include <libpq-fe.h>
-
#include <odb/details/shared-ptr.hxx>
#include <odb/pgsql/version.hxx>
#include <odb/pgsql/binding.hxx>
-#include <odb/pgsql/result-ptr.hxx>
+#include <odb/pgsql/pgsql-fwd.hxx>
#include <odb/pgsql/details/export.hxx>
@@ -159,7 +157,7 @@ namespace odb
binding& data_;
- result_ptr result_;
+ PGresult* result_;
std::size_t row_count_;
std::size_t current_row_;
};