comparison 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
comparison
equal deleted inserted replaced
7899:facf6b0e97ff 7900:60795e826dad
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 /* Emacs 19 face widget ported by Fred Pierresteguy */ 20 /* Emacs 19 face widget ported by Fred Pierresteguy */
21 21
22 #include <config.h>
22 #include <stdio.h> 23 #include <stdio.h>
23 #include <config.h>
24 #include "lisp.h" 24 #include "lisp.h"
25 #include "xterm.h" 25 #include "xterm.h"
26 26
27 #include "frame.h" 27 #include "frame.h"
28 28