From: Richard M. Stallman Date: Wed, 15 Jun 1994 03:45:54 +0000 (+0000) Subject: Put sys/signal.h and errno.h first, then config.h. X-Git-Tag: emacs-19.34~7956 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f1d1e478e1f1a90ddf0cd9a6dd82a5e5fbff028;p=emacs.git Put sys/signal.h and errno.h first, then config.h. --- diff --git a/src/hftctl.c b/src/hftctl.c index 17a2c8c7ee9..5fe816abbb5 100644 --- a/src/hftctl.c +++ b/src/hftctl.c @@ -41,13 +41,15 @@ /* */ /***************************************************************/ +#include +#include + +#include #include #include -#include #include #include -#include #include #include #include @@ -56,8 +58,6 @@ #include /* #include */ -#include - #define REMOTE 0x01 #undef ioctl