aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2016-08-24 13:17:21 -0500
committerKevin Grittner <kgrittn@postgresql.org>2016-08-24 13:17:21 -0500
commit5cd3864075622b203d530f1a710818777859304e (patch)
tree7781562e944a09d232fc4c0c52aed23fb12f5180 /src
parent0e4cc1fc51c77b3af22d8ff7163565c5ba96f310 (diff)
downloadpostgresql-5cd3864075622b203d530f1a710818777859304e.tar.gz
postgresql-5cd3864075622b203d530f1a710818777859304e.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"