]> granicus.if.org Git - postgresql/commitdiff
Remove unnecessary #include.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 24 Aug 2016 18:17:21 +0000 (13:17 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 24 Aug 2016 18:17:21 +0000 (13:17 -0500)
Accidentally added in 8b65cf4c5edabdcae45ceaef7b9ac236879aae50.

Pointed out by Álvaro Herrera

src/include/storage/bufmgr.h

index fcd0c75b1c73b577085d0e8651b96ffe426f3058..7b6ba960001ec986c7f35290c3ea6cee55d60db2 100644 (file)
@@ -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"