projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f42753
)
Back out inclusion of postgres.h.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 25 Sep 1997 16:52:23 +0000
(16:52 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 25 Sep 1997 16:52:23 +0000
(16:52 +0000)
src/include/utils/geo_decls.h
patch
|
blob
|
history
diff --git
a/src/include/utils/geo_decls.h
b/src/include/utils/geo_decls.h
index 7904354a1266691bcb4d2bd41f0320002dccd822..45ef116bfec5875cb3a97cd513135fd9d914a119 100644
(file)
--- 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.1
4 1997/09/25 16:35:36
momjian Exp $
+ * $Id: geo_decls.h,v 1.1
5 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 */