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-16bbb2008998f8ce2b1ad43ce640ec04e9930ab7.tar.gz |
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 @@ */ #include "busybox.h" -#include <stdio.h> -#include <stdlib.h> -#include <errno.h> -#include <unistd.h> -#include <signal.h> -#include <ctype.h> -#include <string.h> -#include <unistd.h> int kill_main(int argc, char **argv) { |