mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 23:05:04 -04:00
Oops, two includes unrequired
This commit is contained in:
parent
08905a7406
commit
98f72c28dc
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue