summaryrefslogtreecommitdiff
path: root/src/include/access/gistscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/gistscan.h')
-rw-r--r--src/include/access/gistscan.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h
index 4be3b676cab..d86036e9e18 100644
--- a/src/include/access/gistscan.h
+++ b/src/include/access/gistscan.h
@@ -12,9 +12,6 @@
#ifndef GISTSCAN_H
#include <access/relscan.h>
-#include <storage/off.h>
-#include <storage/block.h>
-#include <utils/rel.h>
extern IndexScanDesc gistbeginscan(Relation r, bool fromEnd,
uint16 nkeys, ScanKey key);