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/optimizer/path/allpaths.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/backend/optimizer/path/allpaths.c') diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c index 15c94a112fe..12a403dcd40 100644 --- a/src/backend/optimizer/path/allpaths.c +++ b/src/backend/optimizer/path/allpaths.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.47 1999/07/15 15:19:17 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.48 1999/07/15 22:39:22 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,20 +16,14 @@ #include "postgres.h" -#include "nodes/pg_list.h" -#include "nodes/relation.h" -#include "nodes/primnodes.h" #include "optimizer/internal.h" #include "optimizer/paths.h" #include "optimizer/pathnode.h" -#include "optimizer/clauses.h" #include "optimizer/cost.h" -#include "commands/creatinh.h" -#include "optimizer/geqo_gene.h" #include "optimizer/geqo.h" #ifdef GEQO -- cgit v1.2.3