diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 06:27:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 06:27:33 +0000 |
commit | 0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd (patch) | |
tree | 95147a8a4173cccc145d9a63c307aac10b2171c9 /src/include/access/gist.h | |
parent | e77f64af62409c5b10f76e5d66706358ae5f4600 (diff) | |
download | postgresql-0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd.tar.gz postgresql-0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd.zip |
Welp, another subdirectory cleaned out of redundant/unused #include
files
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 |