diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 11:51:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 11:51:27 +0000 |
commit | 0b3cb80e03a54636354930d2a1fc0186e3ba092c (patch) | |
tree | 8736017fdad32b610d4b5d97ee824da08e6d64a7 /src/include/utils/portal.h | |
parent | 7870c5a0d32b6cbe0cd51c8c00c5c332a40e7a89 (diff) |
finally, this directory is (should be!) totally clean
Diffstat (limited to 'src/include/utils/portal.h')
-rw-r--r-- | src/include/utils/portal.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h index 6fc281fb01d..b385097f197 100644 --- a/src/include/utils/portal.h +++ b/src/include/utils/portal.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: portal.h,v 1.2 1996/10/31 09:51:29 scrappy Exp $ + * $Id: portal.h,v 1.3 1996/11/04 11:51:22 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -25,13 +25,10 @@ #ifndef PORTAL_H #define PORTAL_H - -#include "nodes/execnodes.h" /* for EState */ -#include "nodes/memnodes.h" -#include "nodes/nodes.h" -#include "nodes/pg_list.h" -#include "nodes/plannodes.h" /* for Plan */ -#include "executor/execdesc.h" +#include <executor/execdesc.h> +#include <lib/fstack.h> +#include <nodes/memnodes.h> +#include <utils/memutils.h> typedef struct PortalBlockData { AllocSetData setData; |