Remove fmgr.h inclusion from partition.h

It's not needed anymore.
This commit is contained in:
Alvaro Herrera 2018-09-25 17:52:07 -03:00
parent 33001fd7a7
commit 62e533d3f1
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
#ifndef PARTITION_H
#define PARTITION_H
#include "fmgr.h"
#include "partitioning/partdefs.h"
#include "utils/relcache.h"