From 4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 15:21:54 +0000 Subject: Clean up #include in /include directory. Add scripts for checking includes. --- src/include/parser/parse_node.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/include/parser/parse_node.h') diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h index 9bc4cf2b13..5a56b5fb75 100644 --- a/src/include/parser/parse_node.h +++ b/src/include/parser/parse_node.h @@ -5,18 +5,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_node.h,v 1.12 1999/05/13 07:29:19 tgl Exp $ + * $Id: parse_node.h,v 1.13 1999/07/15 15:21:27 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef PARSE_NODE_H #define PARSE_NODE_H -#include -#include -#include #include -#include #include /* state information used during parse analysis */ -- cgit v1.2.1