Remove duplicate #include directives.
commit3332d04ebcebcc3f3934bb78f6ba5906ba0af72c
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jul 2013 16:58:01 +0000 (5 09:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jul 2013 16:58:01 +0000 (5 09:58 -0700)
tree6df139b7463db6f2e51dc7e15bbe3a1fcda9a119
parentf1494e74fcee39928b82a871869d4557b91d8d3c
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.
12 files changed:
src/ChangeLog
src/alloc.c
src/buffer.c
src/fileio.c
src/lread.c
src/nsfont.m
src/process.c
src/ralloc.c
src/xdisp.c
src/xfaces.c
src/xterm.c
src/xterm.h