diff options
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r-- | src/include/access/gist.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h index e2d59c2f9fb..e77918a21aa 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -12,11 +12,8 @@ #ifndef GIST_H #define GIST_H -#include "utils/rel.h" -#include "storage/off.h" -#include "storage/block.h" #include "storage/bufpage.h" -#include "access/skey.h" + /* ** You can have as many strategies as you please in GiSTs, as |