1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-12 16:21:30 +03:00

Remove unnecessary #include.

Accidentally added in 8b65cf4c5edabdcae45ceaef7b9ac236879aae50.

Pointed out by Álvaro Herrera
This commit is contained in:
Kevin Grittner 2016-08-24 13:20:25 -05:00
parent be84c12ae9
commit eaae83c123

View File

@ -14,7 +14,6 @@
#ifndef BUFMGR_H #ifndef BUFMGR_H
#define BUFMGR_H #define BUFMGR_H
#include "catalog/catalog.h"
#include "storage/block.h" #include "storage/block.h"
#include "storage/buf.h" #include "storage/buf.h"
#include "storage/bufpage.h" #include "storage/bufpage.h"