aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-20 23:18:49 +0000
committerGerd Moellmann1999-09-20 23:18:49 +0000
commit3f708f4c75b53dfffb62da041608b58f5fdc2e82 (patch)
tree23dacd162fb7f6079eca7e7d132b662c5f68b81c /src
parent95384e1edeb72191391a52756b1fa0d665c674ad (diff)
downloademacs-3f708f4c75b53dfffb62da041608b58f5fdc2e82.tar.gz
emacs-3f708f4c75b53dfffb62da041608b58f5fdc2e82.zip
(toplevel): Move include of stdio.h to other includes.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index 7ae4c91a228..ee3fbef5c91 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
21 21
22 22
23#include <config.h> 23#include <config.h>
24#include <stdio.h>
24#include "lisp.h" 25#include "lisp.h"
25#include "commands.h" 26#include "commands.h"
26#include "buffer.h" 27#include "buffer.h"
@@ -199,8 +200,6 @@ without invoking the usual minibuffer commands.")
199 return window; 200 return window;
200} 201}
201 202
202#include <stdio.h>
203
204 203
205/* Actual minibuffer invocation. */ 204/* Actual minibuffer invocation. */
206 205