From: Peter Eisentraut Date: Fri, 8 Aug 2003 10:43:54 +0000 (+0000) Subject: Remove postgres_ext.h inclusion -- not necessary. X-Git-Tag: REL7_4_BETA2~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acbef53d1f924fd88c4b50794233953441282f3b;p=postgresql Remove postgres_ext.h inclusion -- not necessary. --- diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index 8645aed3a8..d728d2e55a 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -6,7 +6,6 @@ #ifndef _ECPGLIB_H #define _ECPGLIB_H -#include "postgres_ext.h" #include "libpq-fe.h" #ifndef __BEOS__