aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
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