aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/command.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-06 08:02:40 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-06 08:02:40 +0000
commit08905a74068eec57d053630cbc3b9226c95b589b (patch)
treebc5afc7193a3b452639d6ff4b73203e31844c617 /src/include/commands/command.h
parent6508241acb9c34e1108e420bd8322b9263b69cad (diff)
downloadpostgresql-08905a74068eec57d053630cbc3b9226c95b589b.tar.gz
postgresql-08905a74068eec57d053630cbc3b9226c95b589b.zip
Another one bite sthe dust
Diffstat (limited to 'src/include/commands/command.h')
-rw-r--r--src/include/commands/command.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/commands/command.h b/src/include/commands/command.h
index c18fd00748a..4444552d2da 100644
--- a/src/include/commands/command.h
+++ b/src/include/commands/command.h
@@ -6,15 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: command.h,v 1.1 1996/08/28 07:21:43 scrappy Exp $
+ * $Id: command.h,v 1.2 1996/11/06 08:02:40 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef COMMAND_H
#define COMMAND_H
-#include "utils/portal.h"
-#include "tcop/dest.h"
+#include <utils/portal.h>
+#include <tcop/dest.h>
+#include <nodes/memnodes.h>
extern MemoryContext PortalExecutorHeapMemory;