diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
commit | 773088809df925442bb9df35352c11e3d106314a (patch) | |
tree | ab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/nodes/memnodes.h | |
parent | 4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff) | |
download | postgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz postgresql-773088809df925442bb9df35352c11e3d106314a.zip |
More cleanup
Diffstat (limited to 'src/include/nodes/memnodes.h')
-rw-r--r-- | src/include/nodes/memnodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h index 39130ef0edf..f7478a9bf4f 100644 --- a/src/include/nodes/memnodes.h +++ b/src/include/nodes/memnodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: memnodes.h,v 1.14 1999/07/15 23:03:53 momjian Exp $ + * $Id: memnodes.h,v 1.15 1999/07/16 17:07:33 momjian Exp $ * * XXX the typedefs in this file are different from the other ???nodes.h; * they are pointers to structures instead of the structures themselves. @@ -19,8 +19,8 @@ #define MEMNODES_H #include "lib/fstack.h" -#include "utils/memutils.h" #include "nodes/nodes.h" +#include "utils/memutils.h" /* * MemoryContext |