]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Oops, two includes unrequired
authorMarc G. Fournier <scrappy@hub.org>
Wed, 6 Nov 1996 08:05:02 +0000 (08:05 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 6 Nov 1996 08:05:02 +0000 (08:05 +0000)
src/include/commands/command.h

index 4444552d2da88513e2df27ea41991e914e186cfe..850da5681b145de917c0d784f886dd6d74ddab52 100644 (file)
@@ -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;