diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 12:13:35 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 12:13:35 +0000 |
commit | ff36ebc922566542f4f18c4e76a379bc620dfde4 (patch) | |
tree | 7761b783cc49e2cf2809b1efb67d3f2208e6b89b /src/include/access/gistscan.h | |
parent | 71cd646a34d3ad4aa10e586aea69c6818c3b1bc9 (diff) | |
download | postgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.tar.gz postgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.zip |
More cleans of the inter-dependencies in the #include files
Diffstat (limited to 'src/include/access/gistscan.h')
-rw-r--r-- | src/include/access/gistscan.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h index 5fa7abbcc48..3eb1eba6258 100644 --- a/src/include/access/gistscan.h +++ b/src/include/access/gistscan.h @@ -11,6 +11,10 @@ */ #ifndef GISTSCAN_H +#include "utils/rel.h" +#include "storage/block.h" +#include "storage/off.h" + void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum); #endif /* GISTSCAN_H */ |