Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 08905a7

Browse files
committed
Another one bite sthe dust
1 parent 6508241 commit 08905a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/include/commands/command.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: command.h,v 1.1 1996/08/28 07:21:43 scrappy Exp $
9+
* $Id: command.h,v 1.2 1996/11/06 08:02:40 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef COMMAND_H
1414
#define COMMAND_H
1515

16-
#include "utils/portal.h"
17-
#include "tcop/dest.h"
16+
#include <utils/portal.h>
17+
#include <tcop/dest.h>
18+
#include <nodes/memnodes.h>
1819

1920
extern MemoryContext PortalExecutorHeapMemory;
2021

0 commit comments

Comments
 (0)