diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | src/eval.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5cb38a5..8cd48dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2005-03-28 Herbert Xu <herbert@gondor.apana.org.au> * Removed some unnecessary inclusions of input.h. + * Removed unnecessary inclusion of main.h from eval.c. * Generalise setinputfile for use in read_profile/readcmdfile. 2005-03-25 Gerrit Pape <pape@smarden.org> 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 |