aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/QueryResultPostgre.h
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-09-10 22:40:40 +0200
committerKudlaty <none@none>2009-09-10 22:40:40 +0200
commitb287288888eabd719068e24c355ff1dc2c1810b2 (patch)
tree0fd1217f92e426342701d05a34305ad99e5b809c /src/shared/Database/QueryResultPostgre.h
parent5633ea57d11e23d8609994bd2ee9cdf7e36ed5e7 (diff)
Fix compatibility problems with PostgreSQL. Patch by Azuritus
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Database/QueryResultPostgre.h')
-rw-r--r--src/shared/Database/QueryResultPostgre.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/Database/QueryResultPostgre.h b/src/shared/Database/QueryResultPostgre.h
index a48c6d21fee..3539a680ce7 100644
--- a/src/shared/Database/QueryResultPostgre.h
+++ b/src/shared/Database/QueryResultPostgre.h
@@ -25,7 +25,6 @@
#define FD_SETSIZE 1024
#include <winsock2.h>
#include <postgre/libpq-fe.h>
-#include <postgre/postgres.h>
#include <postgre/pg_type.h>
#else
#include <libpq-fe.h>