From: Alvaro Herrera Date: Tue, 25 Sep 2018 20:52:07 +0000 (-0300) Subject: Remove fmgr.h inclusion from partition.h X-Git-Tag: REL_12_BETA1~1510 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62e533d3f129b59794c256eabad44011c9d2b951;p=postgresql Remove fmgr.h inclusion from partition.h It's not needed anymore. --- diff --git a/src/include/catalog/partition.h b/src/include/catalog/partition.h index 1f49e5d3a9..a53de2372e 100644 --- a/src/include/catalog/partition.h +++ b/src/include/catalog/partition.h @@ -13,7 +13,6 @@ #ifndef PARTITION_H #define PARTITION_H -#include "fmgr.h" #include "partitioning/partdefs.h" #include "utils/relcache.h"