aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/rtree.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-05 08:18:44 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-05 08:18:44 +0000
commitd1e9a761317271eb0c7a317fad123a18923ebfce (patch)
treea8c7dec8fc9c4ff70e9db6d042a5c862c6ffa2fa /src/include/access/rtree.h
parent1c3a7767ca9319298ac996f0eab8970e0893dd4d (diff)
downloadpostgresql-d1e9a761317271eb0c7a317fad123a18923ebfce.tar.gz
postgresql-d1e9a761317271eb0c7a317fad123a18923ebfce.zip
Another run through.
This gets us a clean compile of 'common' and 'gist' with *clean* #include files
Diffstat (limited to 'src/include/access/rtree.h')
-rw-r--r--src/include/access/rtree.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h
index 6835b9004ac..a421a79f8a6 100644
--- a/src/include/access/rtree.h
+++ b/src/include/access/rtree.h
@@ -6,13 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtree.h,v 1.1 1996/08/27 21:50:21 scrappy Exp $
+ * $Id: rtree.h,v 1.2 1996/11/05 08:18:14 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTREE_H
#define RTREE_H
+#include <access/skey.h>
+#include <storage/block.h>
+#include <storage/off.h>
+
/* see rtstrat.c for what all this is about */
#define RTNStrategies 8
#define RTLeftStrategyNumber 1