summaryrefslogtreecommitdiff
path: root/src/unexalpha.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2003-09-17 13:30:23 +0000
committerDave Love <fx@gnu.org>2003-09-17 13:30:23 +0000
commit11e0a411b23abbd0fafd46d710b7256a775055f0 (patch)
tree2f4135782ed76c6c31062b969d260bac9ec729f6 /src/unexalpha.c
parentdedc16d429ad5a71a1e4f67fc276383b8844022b (diff)
downloademacs-11e0a411b23abbd0fafd46d710b7256a775055f0.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>