Remove unused #includes - sinit - suckless init | |
git clone git://git.suckless.org/sinit | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit fa62232dceae65c3d07a980653b42ecc997ff753 | |
parent a9baa02ed953c0a09afd70632610daba6fe9723b | |
Author: sin <[email protected]> | |
Date: Sat, 8 Feb 2014 13:01:55 +0000 | |
Remove unused #includes | |
Diffstat: | |
M sinit.c | 3 --- | |
1 file changed, 0 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/sinit.c b/sinit.c | |
@@ -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> |