From: Peter Eisentraut Date: Fri, 8 Aug 2003 10:43:54 +0000 (+0000) Subject: Remove postgres_ext.h inclusion -- not necessary. X-Git-Tag: REL9_0_0~14666 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=acbef53d1f924fd88c4b50794233953441282f3b;p=pg-rex%2Fsyncrep.git 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__