From a71802e12ec04fed791ea47f24ea30e0f5d9f5c2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jul 1999 05:00:38 +0000 Subject: Final cleanup. --- src/backend/commands/_deadcode/recipe.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/backend/commands/_deadcode/recipe.c') diff --git a/src/backend/commands/_deadcode/recipe.c b/src/backend/commands/_deadcode/recipe.c index eba92e11e0..e390b03fe8 100644 --- a/src/backend/commands/_deadcode/recipe.c +++ b/src/backend/commands/_deadcode/recipe.c @@ -7,28 +7,28 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.6 1999/07/16 03:12:49 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.7 1999/07/16 04:58:42 momjian Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#include "nodes/parsenodes.h" -#include "nodes/plannodes.h" -#include "nodes/execnodes.h" -#include "nodes/makefuncs.h" #include "catalog/pg_type.h" #include "commands/recipe.h" +#include "executor/executor.h" #include "libpq/libpq-be.h" +#include "nodes/execnodes.h" +#include "nodes/makefuncs.h" +#include "nodes/parsenodes.h" +#include "nodes/plannodes.h" +#include "optimizer/planner.h" #include "parser/parse_node.h" -#include "utils/builtins.h" -#include "utils/relcache.h" #include "rewrite/rewriteHandler.h" #include "rewrite/rewriteManip.h" -#include "tcop/pquery.h" #include "tcop/dest.h" -#include "optimizer/planner.h" -#include "executor/executor.h" +#include "tcop/pquery.h" +#include "utils/builtins.h" +#include "utils/relcache.h" /* from tcop/postgres.c */ extern CommandDest whereToSendOutput; -- cgit v1.2.1