1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

Put sys/signal.h and errno.h first, then config.h.

This commit is contained in:
Richard M. Stallman 1994-06-15 03:45:54 +00:00
parent 3964b9a75d
commit 6f1d1e478e

View file

@ -41,13 +41,15 @@
/* */
/***************************************************************/
#include <sys/signal.h>
#include <errno.h>
#include <config.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <setjmp.h>
#include <sys/ioctl.h>
#include <sys/signal.h>
#include <sys/devinfo.h>
#include <termios.h>
#include <termio.h>
@ -56,8 +58,6 @@
#include <sys/tty.h>
/* #include <sys/pty.h> */
#include <config.h>
#define REMOTE 0x01
#undef ioctl