Remove unnecessary #include.

Accidentally added in 8b65cf4c5e.

Pointed out by Álvaro Herrera
This commit is contained in:
Kevin Grittner 2016-08-24 13:17:21 -05:00
parent 0e4cc1fc51
commit 5cd3864075
1 changed files with 0 additions and 1 deletions

View 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"