comparison src/minibuf.c @ 25788:7796a636f039

(toplevel): Move include of stdio.h to other includes.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 20 Sep 1999 23:18:49 +0000
parents 4b5b9289f6d8
children f540e1508f05
comparison
equal deleted inserted replaced
25787:3d1138357287 25788:7796a636f039
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 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"
27 #include "charset.h" 28 #include "charset.h"
28 #include "dispextern.h" 29 #include "dispextern.h"
196 197
197 minibuf_window = window; 198 minibuf_window = window;
198 199
199 return window; 200 return window;
200 } 201 }
201
202 #include <stdio.h>
203 202
204 203
205 /* Actual minibuffer invocation. */ 204 /* Actual minibuffer invocation. */
206 205
207 static Lisp_Object read_minibuf_unwind P_ ((Lisp_Object)); 206 static Lisp_Object read_minibuf_unwind P_ ((Lisp_Object));