diff options
| author | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:03:22 -0400 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:04:27 -0400 |
| commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
| tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/include/access | |
| parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) | |
| download | postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.tar.gz | |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/include/access')
| -rw-r--r-- | src/include/access/genam.h | 1 | ||||
| -rw-r--r-- | src/include/access/gin.h | 1 | ||||
| -rw-r--r-- | src/include/access/heapam.h | 4 | ||||
| -rw-r--r-- | src/include/access/tuptoaster.h | 1 | ||||
| -rw-r--r-- | src/include/access/twophase.h | 3 | ||||
| -rw-r--r-- | src/include/access/xact.h | 3 | ||||
| -rw-r--r-- | src/include/access/xlog_internal.h | 4 | ||||
| -rw-r--r-- | src/include/access/xlogutils.h | 4 |
8 files changed, 0 insertions, 21 deletions
diff --git a/src/include/access/genam.h b/src/include/access/genam.h index a95b3d745b..7154ae385b 100644 --- a/src/include/access/genam.h +++ b/src/include/access/genam.h @@ -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" diff --git a/src/include/access/gin.h b/src/include/access/gin.h index 31e9733546..aeba4c1e08 100644 --- a/src/include/access/gin.h +++ b/src/include/access/gin.h @@ -11,7 +11,6 @@ #define GIN_H #include "access/xlog.h" -#include "storage/block.h" #include "utils/relcache.h" diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index 56036a8370..b8d06abf1f 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -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" diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index 977e0b4748..1ae44e0e69 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -14,7 +14,6 @@ #define TUPTOASTER_H #include "access/htup.h" -#include "storage/bufpage.h" #include "utils/relcache.h" /* diff --git a/src/include/access/twophase.h b/src/include/access/twophase.h index 799bf8bf38..0019df5f0c 100644 --- a/src/include/access/twophase.h +++ b/src/include/access/twophase.h @@ -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 diff --git a/src/include/access/xact.h b/src/include/access/xact.h index c585752b00..575bcd3cde 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -15,9 +15,6 @@ #define XACT_H #include "access/xlog.h" -#include "nodes/pg_list.h" -#include "storage/relfilenode.h" -#include "utils/timestamp.h" /* diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h index 4eaa243948..097072ced1 100644 --- a/src/include/access/xlog_internal.h +++ b/src/include/access/xlog_internal.h @@ -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" /* diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h index bc3db143eb..5a26d26889 100644 --- a/src/include/access/xlogutils.h +++ b/src/include/access/xlogutils.h @@ -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); |
