diff options
| author | Paul Eggert | 2013-07-05 09:58:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-05 09:58:01 -0700 |
| commit | 47ba6d4383a3f5a590ccee6c456b41e721a2274c (patch) | |
| tree | a2deb488c6c3318732a75bc608f4ceca8fcddbef /src/process.c | |
| parent | f114e6c3ca0d5402e8996fc02977d9166b898e4d (diff) | |
| download | emacs-47ba6d4383a3f5a590ccee6c456b41e721a2274c.tar.gz emacs-47ba6d4383a3f5a590ccee6c456b41e721a2274c.zip | |
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/process.c')
| -rw-r--r-- | src/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 9961697e671..b77fb97168a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -78,7 +78,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 78 | #endif | 78 | #endif |
| 79 | 79 | ||
| 80 | #ifdef HAVE_RES_INIT | 80 | #ifdef HAVE_RES_INIT |
| 81 | #include <netinet/in.h> | ||
| 82 | #include <arpa/nameser.h> | 81 | #include <arpa/nameser.h> |
| 83 | #include <resolv.h> | 82 | #include <resolv.h> |
| 84 | #endif | 83 | #endif |