commit 2667955762d224c9fac50f173e7324e5edcfbe05
Author: sin <[email protected]>
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
@@ -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))