Remove duplicate include of value.h. I think it got in because Tom and I both added it.

This commit is contained in:
Bruce Momjian 2004-01-09 03:07:32 +00:00
parent 59182d9901
commit 0d2148a71e

View File

@ -9,7 +9,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/nodes/read.c,v 1.38 2004/01/09 02:02:43 momjian Exp $ * $PostgreSQL: pgsql/src/backend/nodes/read.c,v 1.39 2004/01/09 03:07:32 momjian Exp $
* *
* HISTORY * HISTORY
* AUTHOR DATE MAJOR EVENT * AUTHOR DATE MAJOR EVENT
@ -22,7 +22,6 @@
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include "nodes/value.h"
#include "nodes/pg_list.h" #include "nodes/pg_list.h"
#include "nodes/readfuncs.h" #include "nodes/readfuncs.h"
#include "nodes/value.h" #include "nodes/value.h"