From d4b87c617282e4f4fa9caa405a408ad9ecb1e640 Mon Sep 17 00:00:00 2001 From: herbert Date: Mon, 28 Mar 2005 17:58:55 +1000 Subject: Removed unnecessary inclusion of eval.h from parser.c. --- ChangeLog | 1 + src/parser.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a161d22..a6ba252 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * Removed some unnecessary inclusions of input.h. * Removed unnecessary inclusion of main.h from eval.c. + * Removed unnecessary inclusion of eval.h from parser.c. * Generalise setinputfile for use in read_profile/readcmdfile. * Handle SKIPEVAL in read_profile by exiting. * Let evaltree handle traps from cmdloop. diff --git a/src/parser.c b/src/parser.c index eaea9d2..133237e 100644 --- a/src/parser.c +++ b/src/parser.c @@ -51,7 +51,6 @@ __RCSID("$NetBSD: parser.c,v 1.54 2002/11/24 22:35:42 christos Exp $"); #include "parser.h" #include "nodes.h" #include "expand.h" /* defines rmescapes() */ -#include "eval.h" /* defines commandname */ #include "redir.h" /* defines copyfd() */ #include "exec.h" /* defines find_builtin() */ #include "syntax.h" -- cgit 1.4.1