1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update #include cleanups

This commit is contained in:
Bruce Momjian
1999-07-16 03:14:30 +00:00
parent a9591ce66a
commit 9b645d481c
109 changed files with 261 additions and 264 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.25 1999/07/15 22:39:45 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.26 1999/07/16 03:13:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -17,12 +17,12 @@
#include "postgres.h"
#include "access/heapam.h" /* heap AM calls defined here */
#include "catalog/catname.h" /* for RewriteRelationName */
#include "access/heapam.h"
#include "catalog/catname.h"
#include "catalog/pg_rewrite.h"
#include "utils/syscache.h"
#include "rewrite/rewriteRemove.h" /* where the decls go */
#include "rewrite/rewriteRemove.h"
#include "rewrite/rewriteSupport.h"
/*-----------------------------------------------------------------------