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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42210524cca3a6d3161bcef9d9e687c7c1f5f6c4;p=postgresql Remove useless header inclusion. --- diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h index 820d08ed4e..4d60b28dac 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"