[hackers] [sinit] Re-order includes || sin

From: <git_AT_suckless.org>
Date: Sat, 26 Jul 2014 17:45:54 +0200

commit 2667955762d224c9fac50f173e7324e5edcfbe05
Author: sin <sin_AT_2f30.org>
Date: Sat Jul 26 16:44:43 2014 +0100

    Re-order includes

diff --git a/sinit.c b/sinit.c
index 9dcb02b..a88f26a 100644
--- a/sinit.c
+++ b/sinit.c
_AT_@ -1,10 +1,10 @@
 /* See LICENSE file for copyright and license details. */
+#include <sys/types.h>
+#include <sys/wait.h>
 
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <sys/types.h>
-#include <sys/wait.h>
 #include <unistd.h>
 
 #define LEN(x) (sizeof (x) / sizeof *(x))
Received on Sat Jul 26 2014 - 17:45:54 CEST

This archive was generated by hypermail 2.3.0 : Sat Jul 26 2014 - 17:48:09 CEST