From: Kevin Grittner <kgrittn@postgresql.org> Date: Wed, 24 Aug 2016 18:20:25 +0000 (-0500) Subject: Remove unnecessary #include. X-Git-Tag: REL9_6_RC1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaae83c123f5e8e103abbbe822fe73b791d9d5c9;p=postgresql Remove unnecessary #include. Accidentally added in 8b65cf4c5edabdcae45ceaef7b9ac236879aae50. Pointed out by Álvaro Herrera --- diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index fcd0c75b1c..7b6ba96000 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"