diff src/widget.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 782afa5d95cb
children e6f91355333e
line wrap: on
line diff
--- a/src/widget.c	Wed Jun 15 03:53:12 1994 +0000
+++ b/src/widget.c	Wed Jun 15 03:54:06 1994 +0000
@@ -19,8 +19,8 @@
 
 /* Emacs 19 face widget ported by Fred Pierresteguy */
 
+#include <config.h>
 #include <stdio.h>
-#include <config.h>
 #include "lisp.h"
 #include "xterm.h"