From: Dave Love Date: Wed, 17 Sep 2003 13:30:23 +0000 (+0000) Subject: Don't include varargs.h. X-Git-Tag: ttn-vms-21-2-B4~8822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11e0a411b23abbd0fafd46d710b7256a775055f0;p=emacs.git Don't include varargs.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7b927e1b122..9a2807a9f1b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-09-17 Dave Love + + * unexalpha.c: Don't include varargs.h. + 2003-09-17 Kim F. Storm * process.c (Fset_process_sentinel): Add sentinel to childp plist diff --git a/src/unexalpha.c b/src/unexalpha.c index ea37817941e..97f8f383dda 100644 --- a/src/unexalpha.c +++ b/src/unexalpha.c @@ -26,7 +26,6 @@ Boston, MA 02111-1307, USA. */ #include #include #include -#include #include #ifdef HAVE_STRING_H #include