(toplevel): Move include of stdio.h to other includes.
authorGerd Moellmann <gerd@gnu.org>
Mon, 20 Sep 1999 23:18:49 +0000 (23:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 20 Sep 1999 23:18:49 +0000 (23:18 +0000)
src/minibuf.c

index 7ae4c91..ee3fbef 100644 (file)
@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA.  */
 
 
 #include <config.h>
+#include <stdio.h>
 #include "lisp.h"
 #include "commands.h"
 #include "buffer.h"
@@ -199,8 +200,6 @@ without invoking the usual minibuffer commands.")
   return window;
 }
 
-#include <stdio.h>
-
 \f
 /* Actual minibuffer invocation. */