aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorPaul Eggert2019-07-08 17:50:39 -0700
committerPaul Eggert2019-07-08 17:50:39 -0700
commitcebea291d98aea89f681bd5454fac178b54039ba (patch)
tree588d5f7be2021eb3e47a177a8714b1d02c40e5de /src/window.c
parentf8ab90839fe64b2ec8b398a50e8fb4f33e8e95e1 (diff)
downloademacs-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/window.c')
-rw-r--r--src/window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index deeb4f63fe0..1b205367275 100644
--- a/src/window.c
+++ b/src/window.c
@@ -20,8 +20,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
20 20
21#include <config.h> 21#include <config.h>
22 22
23#include <stdio.h>
24
25#include "lisp.h" 23#include "lisp.h"
26#include "buffer.h" 24#include "buffer.h"
27#include "keyboard.h" 25#include "keyboard.h"