summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/defrem.h4
-rw-r--r--src/include/commands/explain.h4
-rw-r--r--src/include/commands/trigger.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index 63e1559f44e..dc50284014f 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 27a7a47d2c0..81157ab86d1 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 9b7fff0b249..99350d55d13 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;