diff options
| author | Dave Love | 2003-09-17 19:12:26 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-17 19:12:26 +0000 |
| commit | 48d49eaceed21aedd839c2ef8ebc0018fb37a70a (patch) | |
| tree | af0c198b6daf53e8e40344e3074fdfe3f803a1c7 /src | |
| parent | 49f42e83c9d11ac89216ddb8245f5f0529b56b0f (diff) | |
| download | emacs-48d49eaceed21aedd839c2ef8ebc0018fb37a70a.tar.gz emacs-48d49eaceed21aedd839c2ef8ebc0018fb37a70a.zip | |
Don't include varargs.h.
Diffstat (limited to 'src')
| -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 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> |