summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2003-08-08 10:43:54 +0000
committerPeter Eisentraut2003-08-08 10:43:54 +0000
commitacbef53d1f924fd88c4b50794233953441282f3b (patch)
tree1aa9330e36bc786f07c96f48239dda36987e4764
parent63c4d156e0f5040725055e06c688cc3fdc5d3228 (diff)
Remove postgres_ext.h inclusion -- not necessary.
-rw-r--r--src/interfaces/ecpg/include/ecpglib.h1
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__