summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorPeter Eisentraut2001-08-24 22:46:28 +0000
committerPeter Eisentraut2001-08-24 22:46:28 +0000
commitcf3531d1d8ce42fd279d9a24827b2bbc5488accf (patch)
tree0f245b251aed557f6a6c11651dbaf34cf27407b5 /src/include/postgres.h
parenta0ba71bfaff3346ac1961894e9af7369a1ef2486 (diff)
c.h needs to include postgres_ext.h to be self-contained.
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 5bef2869ed..6688504246 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -44,7 +44,6 @@
#ifndef POSTGRES_H
#define POSTGRES_H
-#include "postgres_ext.h"
#include "c.h"
#include "utils/elog.h"
#include "utils/palloc.h"