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_relation.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/include/parser/parse_relation.h') diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h index 5240dcc28d..12c47636b6 100644 --- a/src/include/parser/parse_relation.h +++ b/src/include/parser/parse_relation.h @@ -6,19 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_relation.h,v 1.9 1999/02/13 23:21:57 momjian Exp $ + * $Id: parse_relation.h,v 1.10 1999/07/15 15:21:27 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef PARSE_QUERY_H #define PARSE_RANGE_H -#include -#include -#include -#include #include -#include extern RangeTblEntry *refnameRangeTableEntry(ParseState *pstate, char *refname); extern int refnameRangeTablePosn(ParseState *pstate, -- cgit v1.2.1