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/ChangeLog | |
| 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/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 478e2bdf37a..d42f5733ce6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2013-07-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Remove duplicate #include directives. | ||
| 4 | * alloc.c [GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES]: | ||
| 5 | * xfaces.c: | ||
| 6 | Don't include stdio.h twice. | ||
| 7 | * buffer.c [USE_MMAP_FOR_BUFFERS]: | ||
| 8 | Don't include sys/types.h or stdio.h twice. | ||
| 9 | * fileio.c [WINDOWSNT | MSDOS]: Don't include fcntl.h twice. | ||
| 10 | * lread.c: Don't include coding.h twice. | ||
| 11 | * nsfont.m: Don't include frame.h twice. | ||
| 12 | * process.c [HAVE_RES_INIT]: Don't include <netinet/in.h> twice. | ||
| 13 | * ralloc.c: Don't include <unistd.h> twice. | ||
| 14 | * xdisp.c: Don't include font.h twice. | ||
| 15 | * xterm.c: Don't include fontset.h twice. | ||
| 16 | * xterm.h [USE_X_TOOLKIT]: Don't include X11/StringDefs.h twice. | ||
| 17 | |||
| 1 | 2013-07-04 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2013-07-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 19 | ||
| 3 | Scale ImageMagick images more carefully. | 20 | Scale ImageMagick images more carefully. |