diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-07-05 09:58:01 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-07-05 09:58:01 -0700 |
commit | 47ba6d4383a3f5a590ccee6c456b41e721a2274c (patch) | |
tree | a2deb488c6c3318732a75bc608f4ceca8fcddbef /src/ralloc.c | |
parent | f114e6c3ca0d5402e8996fc02977d9166b898e4d (diff) | |
download | emacs-47ba6d4383a3f5a590ccee6c456b41e721a2274c.tar.gz |
Remove duplicate #include directives.
* alloc.c [GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES]:
* xfaces.c:
Don't include stdio.h twice.
* buffer.c [USE_MMAP_FOR_BUFFERS]:
Don't include sys/types.h or stdio.h twice.
* fileio.c [WINDOWSNT | MSDOS]: Don't include fcntl.h twice.
* lread.c: Don't include coding.h twice.
* nsfont.m: Don't include frame.h twice.
* process.c [HAVE_RES_INIT]: Don't include <netinet/in.h> twice.
* ralloc.c: Don't include <unistd.h> twice.
* xdisp.c: Don't include font.h twice.
* xterm.c: Don't include fontset.h twice.
* xterm.h [USE_X_TOOLKIT]: Don't include X11/StringDefs.h twice.
Diffstat (limited to 'src/ralloc.c')
-rw-r--r-- | src/ralloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index 13fd65cbb0c..5f25ef2c320 100644 --- a/src/ralloc.c +++ b/src/ralloc.c @@ -43,8 +43,6 @@ extern size_t __malloc_extra_blocks; #else /* not emacs */ #include <stddef.h> - -#include <unistd.h> #include <malloc.h> #endif /* not emacs */ |