1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00

Move signal.h and stdio.h before config.h.

This commit is contained in:
Richard M. Stallman 1993-05-23 18:09:41 +00:00
parent 2d88f74700
commit 039440c43e

View file

@ -27,6 +27,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define NEW_SELECTIONS
/* On 4.3 these lose if they come after xterm.h. */
/* On HP-UX 8.0 signal.h loses if it comes after config.h. */
/* Putting these at the beginning seems to be standard for other .c files. */
#include <stdio.h>
#include <signal.h>
#include "config.h"
#ifdef HAVE_X_WINDOWS
@ -34,10 +40,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "lisp.h"
#include "blockinput.h"
/* On 4.3 these lose if they come after xterm.h. */
#include <stdio.h>
#include <signal.h>
/* This may include sys/types.h, and that somehow loses
if this is not done before the other system files. */
#include "xterm.h"