diff options
author | Rob Landley <rob@landley.net> | 2006-09-12 20:28:34 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-09-12 20:28:34 +0000 |
commit | 16bbb2008998f8ce2b1ad43ce640ec04e9930ab7 (patch) | |
tree | 837f9060eeefa39cc04b3bd02010e83d993831ac | |
parent | b5f50ea3446980984637ad5fac6bd3890102027b (diff) | |
download | busybox-w32-16bbb2008998f8ce2b1ad43ce640ec04e9930ab7.tar.gz busybox-w32-16bbb2008998f8ce2b1ad43ce640ec04e9930ab7.tar.bz2 busybox-w32-16bbb2008998f8ce2b1ad43ce640ec04e9930ab7.zip |
Random cleanup hanging around my tree.
-rw-r--r-- | procps/kill.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/procps/kill.c b/procps/kill.c index 1814e1963..b7a2985c8 100644 --- a/procps/kill.c +++ b/procps/kill.c | |||
@@ -9,14 +9,6 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include "busybox.h" | 11 | #include "busybox.h" |
12 | #include <stdio.h> | ||
13 | #include <stdlib.h> | ||
14 | #include <errno.h> | ||
15 | #include <unistd.h> | ||
16 | #include <signal.h> | ||
17 | #include <ctype.h> | ||
18 | #include <string.h> | ||
19 | #include <unistd.h> | ||
20 | 12 | ||
21 | int kill_main(int argc, char **argv) | 13 | int kill_main(int argc, char **argv) |
22 | { | 14 | { |