diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 08:18:44 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 08:18:44 +0000 |
commit | d1e9a761317271eb0c7a317fad123a18923ebfce (patch) | |
tree | a8c7dec8fc9c4ff70e9db6d042a5c862c6ffa2fa /src/include/access/gistscan.h | |
parent | 1c3a7767ca9319298ac996f0eab8970e0893dd4d (diff) | |
download | postgresql-d1e9a761317271eb0c7a317fad123a18923ebfce.tar.gz |
Another run through.
This gets us a clean compile of 'common' and 'gist' with *clean* #include
files
Diffstat (limited to 'src/include/access/gistscan.h')
-rw-r--r-- | src/include/access/gistscan.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h index 3eb1eba625..0a4fe7f554 100644 --- a/src/include/access/gistscan.h +++ b/src/include/access/gistscan.h @@ -11,9 +11,9 @@ */ #ifndef GISTSCAN_H -#include "utils/rel.h" -#include "storage/block.h" -#include "storage/off.h" +#include <storage/off.h> +#include <storage/block.h> +#include <utils/rel.h> void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum); |