diff options
author | Peter Eisentraut | 2003-08-08 10:43:54 +0000 |
---|---|---|
committer | Peter Eisentraut | 2003-08-08 10:43:54 +0000 |
commit | acbef53d1f924fd88c4b50794233953441282f3b (patch) | |
tree | 1aa9330e36bc786f07c96f48239dda36987e4764 | |
parent | 63c4d156e0f5040725055e06c688cc3fdc5d3228 (diff) |
Remove postgres_ext.h inclusion -- not necessary.
-rw-r--r-- | src/interfaces/ecpg/include/ecpglib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index 8645aed3a87..d728d2e55a5 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__ |