diff options
| author | Paul Eggert | 2019-07-08 17:50:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-07-08 17:50:39 -0700 |
| commit | cebea291d98aea89f681bd5454fac178b54039ba (patch) | |
| tree | 588d5f7be2021eb3e47a177a8714b1d02c40e5de /src/coding.c | |
| parent | f8ab90839fe64b2ec8b398a50e8fb4f33e8e95e1 (diff) | |
| download | emacs-cebea291d98aea89f681bd5454fac178b54039ba.tar.gz emacs-cebea291d98aea89f681bd5454fac178b54039ba.zip | |
Avoid some unnecessary stdio.h includes
* src/atimer.c, src/callproc.c, src/coding.c, src/dired.c, src/eval.c:
* src/fringe.c, src/ftcrfont.c, src/ftfont.c, src/ftxfont.c:
* src/gfilenotify.c, src/indent.c, src/kqueue.c, src/menu.c:
* src/scroll.c, src/terminal.c, src/unexcoff.c, src/window.c:
* src/xfont.c, src/xftfont.c:
Do not include stdio.h since it is unused.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index e90d57144f6..189a4b39d15 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -284,7 +284,6 @@ encode_coding_XXX (struct coding_system *coding) | |||
| 284 | /*** 1. Preamble ***/ | 284 | /*** 1. Preamble ***/ |
| 285 | 285 | ||
| 286 | #include <config.h> | 286 | #include <config.h> |
| 287 | #include <stdio.h> | ||
| 288 | 287 | ||
| 289 | #ifdef HAVE_WCHAR_H | 288 | #ifdef HAVE_WCHAR_H |
| 290 | #include <wchar.h> | 289 | #include <wchar.h> |