From 62e533d3f129b59794c256eabad44011c9d2b951 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 25 Sep 2018 17:52:07 -0300 Subject: [PATCH] Remove fmgr.h inclusion from partition.h It's not needed anymore. --- src/include/catalog/partition.h | 1 - 1 file changed, 1 deletion(-) 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" -- 2.40.0