aboutsummaryrefslogtreecommitdiff
path: root/contrib/tablefunc/tablefunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tablefunc/tablefunc.c')
-rw-r--r--contrib/tablefunc/tablefunc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c
index 4ef9b00a6d3..4fd68cd6b03 100644
--- a/contrib/tablefunc/tablefunc.c
+++ b/contrib/tablefunc/tablefunc.c
@@ -35,14 +35,10 @@
#include <math.h>
#include "catalog/pg_type.h"
-#include "fmgr.h"
#include "funcapi.h"
#include "executor/spi.h"
-#include "lib/stringinfo.h"
#include "miscadmin.h"
#include "utils/builtins.h"
-#include "utils/guc.h"
-#include "utils/lsyscache.h"
#include "tablefunc.h"