diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-15 23:04:24 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-15 23:04:24 +0000 |
commit | a9591ce66aa69e82196800b0f4f7b6e35aea8e49 (patch) | |
tree | 297fe17b4ac326fa1078134f10099c074e4052e0 /src/include/nodes/memnodes.h | |
parent | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (diff) |
Change #include's to use <> and "" as appropriate.
Diffstat (limited to 'src/include/nodes/memnodes.h')
-rw-r--r-- | src/include/nodes/memnodes.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h index 76f99204c20..39130ef0edf 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.13 1999/05/25 22:42:55 momjian Exp $ + * $Id: memnodes.h,v 1.14 1999/07/15 23:03:53 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. @@ -18,9 +18,9 @@ #ifndef MEMNODES_H #define MEMNODES_H -#include <lib/fstack.h> -#include <utils/memutils.h> -#include <nodes/nodes.h> +#include "lib/fstack.h" +#include "utils/memutils.h" +#include "nodes/nodes.h" /* * MemoryContext |