From: Kevin Grittner Date: Wed, 24 Aug 2016 18:17:21 +0000 (-0500) Subject: Remove unnecessary #include. X-Git-Tag: REL_10_BETA1~1825 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cd3864075622b203d530f1a710818777859304e;p=thirdparty%2Fpostgresql.git 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 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"