aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
commitff36ebc922566542f4f18c4e76a379bc620dfde4 (patch)
tree7761b783cc49e2cf2809b1efb67d3f2208e6b89b /src/include/access/gist.h
parent71cd646a34d3ad4aa10e586aea69c6818c3b1bc9 (diff)
downloadpostgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.tar.gz
postgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.zip
More cleans of the inter-dependencies in the #include files
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r--src/include/access/gist.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index 4befdd8ae93..38ef591d46d 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -12,11 +12,10 @@
#ifndef GIST_H
#define GIST_H
-#include "utils/rel.h"
#include "storage/off.h"
+#include "utils/rel.h"
#include "storage/block.h"
-#include "storage/bufpage.h"
-#include "access/skey.h"
+#include "storage/page.h"
/*
** You can have as many strategies as you please in GiSTs, as