diff options
Diffstat (limited to 'src/interfaces/libpq++/pgconnection.h')
-rw-r--r-- | src/interfaces/libpq++/pgconnection.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/libpq++/pgconnection.h b/src/interfaces/libpq++/pgconnection.h index 217006f3b72..9e025abe2df 100644 --- a/src/interfaces/libpq++/pgconnection.h +++ b/src/interfaces/libpq++/pgconnection.h @@ -13,7 +13,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pgconnection.h,v 1.14 2001/09/30 22:30:37 tgl Exp $ + * $Id: pgconnection.h,v 1.15 2002/01/22 19:02:40 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -38,7 +38,6 @@ extern "C" { #endif extern "C" { -#include "postgres_fe.h" #include "libpq-fe.h" } |