From: Thomas Munro Date: Thu, 7 Mar 2019 06:38:47 +0000 (+1300) Subject: Remove useless header inclusion. X-Git-Tag: REL_12_BETA1~603 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42210524cca3a6d3161bcef9d9e687c7c1f5f6c4;p=thirdparty%2Fpostgresql.git Remove useless header inclusion. --- diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h index 820d08ed4ed..4d60b28dac3 100644 --- a/src/include/storage/smgr.h +++ b/src/include/storage/smgr.h @@ -14,7 +14,6 @@ #ifndef SMGR_H #define SMGR_H -#include "fmgr.h" #include "storage/block.h" #include "storage/relfilenode.h"