Commit 0d2148a7 authored by Bruce Momjian's avatar Bruce Momjian

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

parent 59182d99
......@@ -9,7 +9,7 @@
*
*
* 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
* AUTHOR DATE MAJOR EVENT
......@@ -22,7 +22,6 @@
#include <ctype.h>
#include <errno.h>
#include "nodes/value.h"
#include "nodes/pg_list.h"
#include "nodes/readfuncs.h"
#include "nodes/value.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment