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

Remove unnecessary #include references, per pgrminclude script.

This commit is contained in:
Bruce Momjian
2011-09-01 10:03:22 -04:00
parent 63d06ef591
commit 6416a82a62
308 changed files with 22 additions and 647 deletions

View File

@@ -17,7 +17,6 @@
#include "access/sdir.h"
#include "access/skey.h"
#include "nodes/tidbitmap.h"
#include "storage/buf.h"
#include "storage/lock.h"
#include "utils/relcache.h"
#include "utils/snapshot.h"

View File

@@ -11,7 +11,6 @@
#define GIN_H
#include "access/xlog.h"
#include "storage/block.h"
#include "utils/relcache.h"

View File

@@ -14,13 +14,9 @@
#ifndef HEAPAM_H
#define HEAPAM_H
#include "access/htup.h"
#include "access/sdir.h"
#include "access/skey.h"
#include "access/xlog.h"
#include "nodes/primnodes.h"
#include "storage/bufpage.h"
#include "storage/lock.h"
#include "utils/relcache.h"
#include "utils/snapshot.h"

View File

@@ -14,7 +14,6 @@
#define TUPTOASTER_H
#include "access/htup.h"
#include "storage/bufpage.h"
#include "utils/relcache.h"
/*

View File

@@ -14,10 +14,7 @@
#ifndef TWOPHASE_H
#define TWOPHASE_H
#include "access/xlogdefs.h"
#include "storage/backendid.h"
#include "storage/proc.h"
#include "utils/timestamp.h"
/*
* GlobalTransactionData is defined in twophase.c; other places have no

View File

@@ -15,9 +15,6 @@
#define XACT_H
#include "access/xlog.h"
#include "nodes/pg_list.h"
#include "storage/relfilenode.h"
#include "utils/timestamp.h"
/*

View File

@@ -17,10 +17,6 @@
#define XLOG_INTERNAL_H
#include "access/xlog.h"
#include "fmgr.h"
#include "pgtime.h"
#include "storage/block.h"
#include "storage/relfilenode.h"
/*

View File

@@ -11,11 +11,7 @@
#ifndef XLOG_UTILS_H
#define XLOG_UTILS_H
#include "storage/buf.h"
#include "storage/bufmgr.h"
#include "storage/relfilenode.h"
#include "storage/block.h"
#include "utils/relcache.h"
extern void XLogCheckInvalidPages(void);