diff src/dispnew.c @ 7900:60795e826dad

Put stdio.h after config.h.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Jun 1994 03:54:06 +0000
parents e1e536773850
children b87f2c705501
line wrap: on
line diff
--- a/src/dispnew.c	Wed Jun 15 03:53:12 1994 +0000
+++ b/src/dispnew.c	Wed Jun 15 03:54:06 1994 +0000
@@ -19,9 +19,10 @@
 
 
 #include <signal.h>
-#include <stdio.h>
 
 #include <config.h>
+
+#include <stdio.h>
 #include <ctype.h>
 
 #include "lisp.h"