diff options
author | sin <sin@2f30.org> | 2014-02-08 13:01:55 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-02-08 13:01:55 +0000 |
commit | fa62232dceae65c3d07a980653b42ecc997ff753 (patch) | |
tree | aece55c34467e976114408df43c9ce5d145aeb83 | |
parent | a9baa02ed953c0a09afd70632610daba6fe9723b (diff) |
Remove unused #includes
-rw-r--r-- | sinit.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,13 +1,10 @@ /* See LICENSE file for copyright and license details. */ #include <errno.h> -#include <fcntl.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <sys/signalfd.h> -#include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> |