changeset 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 3d1138357287
children d68642dd5bbf
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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. */