diff options
author | Dave Love <fx@gnu.org> | 2003-09-17 13:28:00 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-09-17 13:28:00 +0000 |
commit | 7da7253548a491440aa8f20cf2159421eec8571d (patch) | |
tree | 0083231c485b02d0f899cfd92a7bd41bbcd69844 /src/unexalpha.c | |
parent | bdd6a61cb1b51a29391fbf0ca6103f7d8e961f80 (diff) | |
download | emacs-7da7253548a491440aa8f20cf2159421eec8571d.tar.gz |
Don't include varargs.h.
Diffstat (limited to 'src/unexalpha.c')
-rw-r--r-- | src/unexalpha.c | 1 |
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> |