From 773088809df925442bb9df35352c11e3d106314a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jul 1999 17:07:40 +0000 Subject: More cleanup --- src/include/commands/defrem.h | 4 ++-- src/include/commands/explain.h | 4 ++-- src/include/commands/trigger.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/include/commands') diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index 63e1559f44..dc50284014 100644 --- a/src/include/commands/defrem.h +++ b/src/include/commands/defrem.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: defrem.h,v 1.16 1999/07/15 23:03:44 momjian Exp $ + * $Id: defrem.h,v 1.17 1999/07/16 17:07:30 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef DEFREM_H #define DEFREM_H -#include "tcop/dest.h" #include "nodes/parsenodes.h" +#include "tcop/dest.h" /* * prototypes in defind.c diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index 27a7a47d2c..81157ab86d 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -5,15 +5,15 @@ * * Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.h,v 1.8 1999/02/13 23:21:19 momjian Exp $ + * $Id: explain.h,v 1.9 1999/07/16 17:07:31 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef EXPLAIN_H #define EXPLAIN_H -#include "tcop/dest.h" #include "nodes/parsenodes.h" +#include "tcop/dest.h" extern void ExplainQuery(Query *query, bool verbose, CommandDest dest); diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index 9b7fff0b24..99350d55d1 100644 --- a/src/include/commands/trigger.h +++ b/src/include/commands/trigger.h @@ -9,8 +9,8 @@ #ifndef TRIGGER_H #define TRIGGER_H -#include "nodes/parsenodes.h" #include "nodes/execnodes.h" +#include "nodes/parsenodes.h" typedef uint32 TriggerEvent; -- cgit v1.2.1