From 3f708f4c75b53dfffb62da041608b58f5fdc2e82 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 20 Sep 1999 23:18:49 +0000 Subject: [PATCH] (toplevel): Move include of stdio.h to other includes. --- src/minibuf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. */ -- 2.39.5