diff src/hftctl.c @ 7897:c52147cf10b1

Put sys/signal.h and errno.h first, then config.h.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Jun 1994 03:45:54 +0000
parents a770e7708711
children b7aa6ac26872
line wrap: on
line diff
--- a/src/hftctl.c	Wed Jun 15 03:43:43 1994 +0000
+++ b/src/hftctl.c	Wed Jun 15 03:45:54 1994 +0000
@@ -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