1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

More include file cleanups

This commit is contained in:
Marc G. Fournier
1996-11-03 22:58:26 +00:00
parent 302b809793
commit ca112038ab
21 changed files with 32 additions and 372 deletions

View File

@@ -7,30 +7,25 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.7 1996/11/03 12:35:27 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.8 1996/11/03 22:58:06 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include <time.h>
#include "postgres.h"
#include "access/genam.h"
#include "utils/palloc.h"
#include "catalog/index.h"
#include "access/relscan.h"
#include "access/rtscan.h"
#include "storage/lmgr.h"
#include "access/genam.h"
#include "access/rtree.h"
#include "access/funcindex.h"
#include "storage/ipc.h"
#include "storage/bufmgr.h"
#include "utils/geo-decls.h"