aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-09-25 16:52:23 +0000
committerBruce Momjian <bruce@momjian.us>1997-09-25 16:52:23 +0000
commit4a98c5763e1da24983a2fec0636c464be0286ff9 (patch)
treeccb87afe554811a09e5d41a0733219480299c777 /src
parent2f4275327e2b0e772bbc225ea0a174a15784d494 (diff)
downloadpostgresql-4a98c5763e1da24983a2fec0636c464be0286ff9.tar.gz
postgresql-4a98c5763e1da24983a2fec0636c464be0286ff9.zip
Back out inclusion of postgres.h.
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/geo_decls.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h
index 7904354a126..45ef116bfec 100644
--- a/src/include/utils/geo_decls.h
+++ b/src/include/utils/geo_decls.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: geo_decls.h,v 1.14 1997/09/25 16:35:36 momjian Exp $
+ * $Id: geo_decls.h,v 1.15 1997/09/25 16:52:23 momjian Exp $
*
* NOTE
* These routines do *not* use the float types from adt/.
@@ -20,7 +20,6 @@
#define GEO_DECLS_H
#include "access/attnum.h"
-#include "postgres.h" /* float8 */
/*#ifndef FmgrIncluded -- seems like always included. (it's FMgrIncluded) AY */