summaryrefslogtreecommitdiff
path: root/src/include/nodes/pg_list.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 03:58:34 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 03:58:34 +0000
commitd9ebe7711f8d8ffd95ea35d8884718ced8b03d2d (patch)
tree264a1e107b2d7b3f50cc7fb2302fcfdd9ab10e4e /src/include/nodes/pg_list.h
parentd7dd05db558fba193812bcfc43f879dbd9fe48b4 (diff)
downloadpostgresql-d9ebe7711f8d8ffd95ea35d8884718ced8b03d2d.tar.gz
clean out include files of including other includes files except those
absolutely required
Diffstat (limited to 'src/include/nodes/pg_list.h')
-rw-r--r--src/include/nodes/pg_list.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h
index 6612fbf953..6c4d03b75a 100644
--- a/src/include/nodes/pg_list.h
+++ b/src/include/nodes/pg_list.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_list.h,v 1.1 1996/08/28 01:57:42 scrappy Exp $
+ * $Id: pg_list.h,v 1.2 1996/10/19 03:58:29 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PG_LIST_H
#define PG_LIST_H
-#include <stdio.h>
-#include "c.h"
#include "nodes/nodes.h"
/* ----------------------------------------------------------------