diff options
author | sin <sin@2f30.org> | 2014-07-26 16:44:43 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-07-26 16:45:48 +0100 |
commit | 2667955762d224c9fac50f173e7324e5edcfbe05 (patch) | |
tree | dc74cd4366be642151217c6a4cfc0eb50933f6e7 | |
parent | 07c5067cfc395a161da433cd6249b95eb8fe58c5 (diff) |
Re-order includes
-rw-r--r-- | sinit.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |