projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59182d9
)
Remove duplicate include of value.h. I think it got in because Tom and I both added it.
author
Bruce Momjian
Fri, 9 Jan 2004 03:07:32 +0000
(
03:07
+0000)
committer
Bruce Momjian
Fri, 9 Jan 2004 03:07:32 +0000
(
03:07
+0000)
src/backend/nodes/read.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/nodes/read.c
b/src/backend/nodes/read.c
index 7be2ff403b42119a0327bbd359f153ffab1a725f..55368a0b23b0487d4665f96d0d3bf60f24adbfec 100644
(file)
--- a/
src/backend/nodes/read.c
+++ b/
src/backend/nodes/read.c
@@
-9,7
+9,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/nodes/read.c,v 1.3
8 2004/01/09 02:02:43
momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/nodes/read.c,v 1.3
9 2004/01/09 03:07:32
momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@@
-22,7
+22,6
@@
#include
#include
-#include "nodes/value.h"
#include "nodes/pg_list.h"
#include "nodes/readfuncs.h"
#include "nodes/value.h"