diff 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
line wrap: on
line diff
--- a/src/minibuf.c	Mon Sep 20 23:18:48 1999 +0000
+++ b/src/minibuf.c	Mon Sep 20 23:18:49 1999 +0000
@@ -21,6 +21,7 @@
 
 
 #include <config.h>
+#include <stdio.h>
 #include "lisp.h"
 #include "commands.h"
 #include "buffer.h"
@@ -199,8 +200,6 @@
   return window;
 }
 
-#include <stdio.h>
-
 
 /* Actual minibuffer invocation. */