diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-27 21:49:14 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-27 21:49:14 +0000 |
commit | 9247b29228c05e1e368c14d339fcbabeb27b426b (patch) | |
tree | 9ab68b8bb9118aa21b47c5398c7df2571d41506c /src/backend/access/gistscan.h | |
parent | e1f31a2bb67d5b70f12951562da3fa33b141cafe (diff) |
The use of include files is a mess...alot of redundancy, it seems...
First Step: Centralize them under on src/include hierarchy
Diffstat (limited to 'src/backend/access/gistscan.h')
-rw-r--r-- | src/backend/access/gistscan.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/backend/access/gistscan.h b/src/backend/access/gistscan.h deleted file mode 100644 index 5fa7abbcc48..00000000000 --- a/src/backend/access/gistscan.h +++ /dev/null @@ -1,16 +0,0 @@ -/*------------------------------------------------------------------------- - * - * gistscan.h-- - * routines defined in access/gisr/gistscan.c - * - * - * - * rtscan.h,v 1.2 1995/06/14 00:06:58 jolly Exp - * - *------------------------------------------------------------------------- - */ -#ifndef GISTSCAN_H - -void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum); - -#endif /* GISTSCAN_H */ |