diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 12:13:35 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 12:13:35 +0000 |
commit | ff36ebc922566542f4f18c4e76a379bc620dfde4 (patch) | |
tree | 7761b783cc49e2cf2809b1efb67d3f2208e6b89b /src/include/nodes/primnodes.h | |
parent | 71cd646a34d3ad4aa10e586aea69c6818c3b1bc9 (diff) | |
download | postgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.tar.gz postgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.zip |
More cleans of the inter-dependencies in the #include files
Diffstat (limited to 'src/include/nodes/primnodes.h')
-rw-r--r-- | src/include/nodes/primnodes.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h index cbdb723d06f..41e98fbb5d8 100644 --- a/src/include/nodes/primnodes.h +++ b/src/include/nodes/primnodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: primnodes.h,v 1.4 1996/10/23 07:42:02 scrappy Exp $ + * $Id: primnodes.h,v 1.5 1996/11/03 12:12:58 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -14,9 +14,7 @@ #define PRIMNODES_H #include "nodes/pg_list.h" -#include "nodes/nodes.h" #include "access/attnum.h" - #include "utils/fcache.h" /* ---------------------------------------------------------------- |