]> granicus.if.org Git - postgresql/commitdiff
Remove useless header inclusion.
authorThomas Munro <tmunro@postgresql.org>
Thu, 7 Mar 2019 06:38:47 +0000 (19:38 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 7 Mar 2019 07:02:22 +0000 (20:02 +1300)
src/include/storage/smgr.h

index 820d08ed4ed1a74dee8103480f04470db298db79..4d60b28dac3b099e49bcf71314920982ed30258a 100644 (file)
@@ -14,7 +14,6 @@
 #ifndef SMGR_H
 #define SMGR_H
 
-#include "fmgr.h"
 #include "storage/block.h"
 #include "storage/relfilenode.h"