comparison src/xmenu.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 11fae1619e42
children dda8e966edf5
comparison
equal deleted inserted replaced
7899:facf6b0e97ff 7900:60795e826dad
27 /* Modified by Fred Pierresteguy on December 93 27 /* Modified by Fred Pierresteguy on December 93
28 to make the popup menus and menubar use the Xt. */ 28 to make the popup menus and menubar use the Xt. */
29 29
30 /* Rewritten for clarity and GC protection by rms in Feb 94. */ 30 /* Rewritten for clarity and GC protection by rms in Feb 94. */
31 31
32 #include <stdio.h>
33
34 /* On 4.3 this loses if it comes after xterm.h. */ 32 /* On 4.3 this loses if it comes after xterm.h. */
35 #include <signal.h> 33 #include <signal.h>
36 #include <config.h> 34 #include <config.h>
35
36 #include <stdio.h>
37 #include "lisp.h" 37 #include "lisp.h"
38 #include "termhooks.h" 38 #include "termhooks.h"
39 #include "frame.h" 39 #include "frame.h"
40 #include "window.h" 40 #include "window.h"
41 #include "keyboard.h" 41 #include "keyboard.h"