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/atimer.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/atimer.c')
| -rw-r--r-- | src/atimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atimer.c b/src/atimer.c index 8387b8aa0e0..b28f3e25961 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License | |||
| 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | #include <stdio.h> | ||
| 21 | 20 | ||
| 22 | #include "lisp.h" | 21 | #include "lisp.h" |
| 23 | #include "keyboard.h" | 22 | #include "keyboard.h" |