OSDN Git Service

Remove postgres_ext.h inclusion -- not necessary.
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 8 Aug 2003 10:43:54 +0000 (10:43 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 8 Aug 2003 10:43:54 +0000 (10:43 +0000)
src/interfaces/ecpg/include/ecpglib.h

index 8645aed..d728d2e 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef _ECPGLIB_H
 #define _ECPGLIB_H
 
-#include "postgres_ext.h"
 #include "libpq-fe.h"
 
 #ifndef __BEOS__