summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1996-11-06 08:05:02 +0000
committerMarc G. Fournier1996-11-06 08:05:02 +0000
commit98f72c28dc6f76e9abde32bfdd618827acc2c013 (patch)
tree331e460a5bcbb91e955617a219270c17861c0bb0
parent08905a74068eec57d053630cbc3b9226c95b589b (diff)
Oops, two includes unrequired
-rw-r--r--src/include/commands/command.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/commands/command.h b/src/include/commands/command.h
index 4444552d2da..850da5681b1 100644
--- a/src/include/commands/command.h
+++ b/src/include/commands/command.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: command.h,v 1.2 1996/11/06 08:02:40 scrappy Exp $
+ * $Id: command.h,v 1.3 1996/11/06 08:05:02 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,8 +14,6 @@
#define COMMAND_H
#include <utils/portal.h>
-#include <tcop/dest.h>
-#include <nodes/memnodes.h>
extern MemoryContext PortalExecutorHeapMemory;