From 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 22:40:16 +0000 Subject: Remove unused #includes in *.c files. --- src/backend/executor/functions.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/backend/executor/functions.c') diff --git a/src/backend/executor/functions.c b/src/backend/executor/functions.c index 00fc00182d6..1fbd578da8d 100644 --- a/src/backend/executor/functions.c +++ b/src/backend/executor/functions.c @@ -8,30 +8,19 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.27 1999/07/15 15:18:59 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.28 1999/07/15 22:39:07 momjian Exp $ * *------------------------------------------------------------------------- */ #include #include "postgres.h" -#include "nodes/primnodes.h" -#include "nodes/relation.h" -#include "nodes/execnodes.h" -#include "nodes/plannodes.h" -#include "catalog/pg_proc.h" #include "tcop/pquery.h" #include "tcop/tcopprot.h" #include "tcop/utility.h" -#include "nodes/params.h" -#include "fmgr.h" -#include "utils/fcache.h" #include "utils/datum.h" -#include "utils/syscache.h" -#include "catalog/pg_language.h" #include "access/heapam.h" -#include "access/xact.h" #include "executor/executor.h" #include "executor/execdefs.h" #include "executor/functions.h" -- cgit v1.2.3