From 11e0a411b23abbd0fafd46d710b7256a775055f0 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 17 Sep 2003 13:30:23 +0000 Subject: [PATCH] Don't include varargs.h. --- src/ChangeLog | 4 ++++ src/unexalpha.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2