summaryrefslogtreecommitdiff
path: root/src/unexalpha.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2003-09-17 13:28:00 +0000
committerDave Love <fx@gnu.org>2003-09-17 13:28:00 +0000
commit7da7253548a491440aa8f20cf2159421eec8571d (patch)
tree0083231c485b02d0f899cfd92a7bd41bbcd69844 /src/unexalpha.c
parentbdd6a61cb1b51a29391fbf0ca6103f7d8e961f80 (diff)
downloademacs-7da7253548a491440aa8f20cf2159421eec8571d.tar.gz
Don't include varargs.h.
Diffstat (limited to 'src/unexalpha.c')
-rw-r--r--src/unexalpha.c1
1 files changed, 0 insertions, 1 deletions
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 <sys/stat.h>
#include <sys/mman.h>
#include <stdio.h>
-#include <varargs.h>
#include <errno.h>
#ifdef HAVE_STRING_H
#include <string.h>