From 42210524cca3a6d3161bcef9d9e687c7c1f5f6c4 Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Thu, 7 Mar 2019 19:38:47 +1300 Subject: [PATCH] Remove useless header inclusion. --- src/include/storage/smgr.h | 1 - 1 file changed, 1 deletion(-) 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" -- 2.40.0