mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Remove unused #includes in *.c files.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.40 1999/07/15 15:18:52 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.41 1999/07/15 22:39:00 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -22,30 +22,18 @@
|
||||
|
||||
#include <postgres.h>
|
||||
|
||||
#include <catalog/pg_index.h>
|
||||
#include <catalog/heap.h>
|
||||
#include <access/heapam.h>
|
||||
#include <access/genam.h>
|
||||
#include <access/xact.h>
|
||||
#include <catalog/catname.h>
|
||||
#include <utils/syscache.h>
|
||||
#include <catalog/index.h>
|
||||
#include <catalog/indexing.h>
|
||||
#include <catalog/pg_type.h>
|
||||
#include <commands/copy.h>
|
||||
#include <commands/cluster.h>
|
||||
#include <commands/rename.h>
|
||||
#include <storage/bufmgr.h>
|
||||
#include <miscadmin.h>
|
||||
#include <tcop/dest.h>
|
||||
#include <commands/command.h>
|
||||
#include <utils/builtins.h>
|
||||
#include <utils/excid.h>
|
||||
#include <catalog/pg_proc.h>
|
||||
#include <catalog/pg_class.h>
|
||||
#include <optimizer/internal.h>
|
||||
#ifndef NO_SECURITY
|
||||
#include <utils/acl.h>
|
||||
#endif /* !NO_SECURITY */
|
||||
|
||||
static Relation copy_heap(Oid OIDOldHeap);
|
||||
|
Reference in New Issue
Block a user