]> granicus.if.org Git - postgresql/commitdiff
Another one bite sthe dust
authorMarc G. Fournier <scrappy@hub.org>
Wed, 6 Nov 1996 08:02:40 +0000 (08:02 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 6 Nov 1996 08:02:40 +0000 (08:02 +0000)
src/include/commands/command.h

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