aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-17 19:12:26 +0000
committerDave Love2003-09-17 19:12:26 +0000
commit48d49eaceed21aedd839c2ef8ebc0018fb37a70a (patch)
treeaf0c198b6daf53e8e40344e3074fdfe3f803a1c7 /src
parent49f42e83c9d11ac89216ddb8245f5f0529b56b0f (diff)
downloademacs-48d49eaceed21aedd839c2ef8ebc0018fb37a70a.tar.gz
emacs-48d49eaceed21aedd839c2ef8ebc0018fb37a70a.zip
Don't include varargs.h.
Diffstat (limited to 'src')
-rw-r--r--src/unexalpha.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unexalpha.c b/src/unexalpha.c
index 5eada5e0d0f..a76654a1277 100644
--- a/src/unexalpha.c
+++ b/src/unexalpha.c
@@ -26,7 +26,6 @@ Boston, MA 02111-1307, USA. */
26#include <sys/stat.h> 26#include <sys/stat.h>
27#include <sys/mman.h> 27#include <sys/mman.h>
28#include <stdio.h> 28#include <stdio.h>
29#include <varargs.h>
30#include <errno.h> 29#include <errno.h>
31#ifdef HAVE_STRING_H 30#ifdef HAVE_STRING_H
32#include <string.h> 31#include <string.h>