1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Remove useless header inclusion.

This commit is contained in:
Thomas Munro
2019-03-07 19:38:47 +13:00
parent 91595f9d49
commit 42210524cc

View File

@@ -14,7 +14,6 @@
#ifndef SMGR_H
#define SMGR_H
#include "fmgr.h"
#include "storage/block.h"
#include "storage/relfilenode.h"