1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Remove unused include

"fmgr.h" was used for load_external_function(), added by
a05dc4d7fd, removed by
f9143d102f.
This commit is contained in:
Peter Eisentraut
2021-12-22 15:02:57 +01:00
parent dfaa346c7c
commit 2f4fd1a73b

View File

@ -32,7 +32,6 @@
#include <math.h> #include <math.h>
#include "fmgr.h"
#include "miscadmin.h" #include "miscadmin.h"
#include "nodes/extensible.h" #include "nodes/extensible.h"
#include "nodes/parsenodes.h" #include "nodes/parsenodes.h"