From: Gerd Moellmann Date: Mon, 20 Sep 1999 23:18:49 +0000 (+0000) Subject: (toplevel): Move include of stdio.h to other includes. X-Git-Tag: emacs-pretest-21.0.90~6654 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f708f4c75b53dfffb62da041608b58f5fdc2e82;p=emacs.git (toplevel): Move include of stdio.h to other includes. --- 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. */ #include +#include #include "lisp.h" #include "commands.h" #include "buffer.h" @@ -199,8 +200,6 @@ without invoking the usual minibuffer commands.") return window; } -#include - /* Actual minibuffer invocation. */