1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Welp, another subdirectory cleaned out of redundant/unused #include

files
This commit is contained in:
Marc G. Fournier
1996-10-19 06:27:33 +00:00
parent e77f64af62
commit 0eac5b0ed5
11 changed files with 35 additions and 93 deletions

View File

@ -9,19 +9,13 @@
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "utils/elog.h"
#include "utils/palloc.h"
#include "utils/rel.h"
#include "access/heapam.h"
#include "access/genam.h"
#include "access/htup.h"
#include "access/relscan.h"
#include "access/gist.h"
#include "access/giststrat.h"
/* routines defined and used here */
static void gistregscan(IndexScanDesc s);