aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2016-08-24 13:20:25 -0500
committerKevin Grittner <kgrittn@postgresql.org>2016-08-24 13:20:25 -0500
commiteaae83c123f5e8e103abbbe822fe73b791d9d5c9 (patch)
treeb7fecb9b6945284576d2d851e79fbc6d85c2413c /src
parentbe84c12ae9d65be85765c2b70bf14773d133c4f0 (diff)
downloadpostgresql-eaae83c123f5e8e103abbbe822fe73b791d9d5c9.tar.gz
postgresql-eaae83c123f5e8e103abbbe822fe73b791d9d5c9.zip
Remove unnecessary #include.
Accidentally added in 8b65cf4c5edabdcae45ceaef7b9ac236879aae50. Pointed out by Álvaro Herrera
Diffstat (limited to 'src')
-rw-r--r--src/include/storage/bufmgr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index fcd0c75b1c7..7b6ba960001 100644
--- a/src/include/storage/bufmgr.h
+++ b/src/include/storage/bufmgr.h
@@ -14,7 +14,6 @@
#ifndef BUFMGR_H
#define BUFMGR_H
-#include "catalog/catalog.h"
#include "storage/block.h"
#include "storage/buf.h"
#include "storage/bufpage.h"