diff options
| author | Bruce Momjian | 2011-09-01 14:03:22 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-09-01 14:04:27 +0000 |
| commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
| tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /contrib/pg_buffercache | |
| parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) | |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'contrib/pg_buffercache')
| -rw-r--r-- | contrib/pg_buffercache/pg_buffercache_pages.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pg_buffercache/pg_buffercache_pages.c b/contrib/pg_buffercache/pg_buffercache_pages.c index ed882881abd..27e52b3b35f 100644 --- a/contrib/pg_buffercache/pg_buffercache_pages.c +++ b/contrib/pg_buffercache/pg_buffercache_pages.c @@ -8,12 +8,10 @@ */ #include "postgres.h" -#include "access/heapam.h" #include "catalog/pg_type.h" #include "funcapi.h" #include "storage/buf_internals.h" #include "storage/bufmgr.h" -#include "utils/relcache.h" #define NUM_BUFFERCACHE_PAGES_ELEM 8 |
