summaryrefslogtreecommitdiff
path: root/src/backend/access/rtree/rtproc.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-20 09:27:24 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-20 09:27:24 +0000
commite1220b7c21390d3aee660d5839e63259cc9d2a7e (patch)
tree64fd2e4570d6172df7b57b1a09a905c6da47c109 /src/backend/access/rtree/rtproc.c
parent5a0b450c781e27701e15f525086faf948eb6f8f8 (diff)
More #include cleanups
Once access/* is cleaned out, will redo using -Wall on compile to make sure that all prototyping is correct
Diffstat (limited to 'src/backend/access/rtree/rtproc.c')
-rw-r--r--src/backend/access/rtree/rtproc.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/backend/access/rtree/rtproc.c b/src/backend/access/rtree/rtproc.c
index a2f7bef46b4..12412a78e89 100644
--- a/src/backend/access/rtree/rtproc.c
+++ b/src/backend/access/rtree/rtproc.c
@@ -7,18 +7,15 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.1.1.1 1996/07/09 06:21:13 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.2 1996/10/20 09:27:06 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
-#include <math.h>
-#include <string.h>
#include "postgres.h"
-#include "utils/elog.h"
#include "utils/geo-decls.h"
-#include "utils/palloc.h"
+
BOX
*rt_box_union(BOX *a, BOX *b)