diff options
author | herbert <herbert@gondor.apana.org.au> | 2005-03-28 14:34:53 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-09-26 18:33:05 +1000 |
commit | a12f7d464a97e7f8f6065f0ad42c6948c99520f3 (patch) | |
tree | acd64dcf605326433d9ceacaee01cb48bae3fd25 /src | |
parent | Generalise setinputfile for use in read_profile/readcmdfile. (diff) | |
download | dash-a12f7d464a97e7f8f6065f0ad42c6948c99520f3.tar.gz dash-a12f7d464a97e7f8f6065f0ad42c6948c99520f3.zip |
Removed unnecessary inclusion of main.h from eval.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 793d4c9..31272da 100644 --- a/src/eval.c +++ b/src/eval.c @@ -73,7 +73,6 @@ __RCSID("$NetBSD: eval.c,v 1.71 2003/01/23 03:33:16 rafal Exp $"); #include "error.h" #include "show.h" #include "mystring.h" -#include "main.h" #ifndef SMALL #include "myhistedit.h" #endif |