Random cleanup hanging around my tree.
authorRob Landley <rob@landley.net>
Tue, 12 Sep 2006 20:28:34 +0000 (20:28 -0000)
committerRob Landley <rob@landley.net>
Tue, 12 Sep 2006 20:28:34 +0000 (20:28 -0000)
procps/kill.c

index 1814e19637ab7ea5169a1a353805c871ef0309e2..b7a2985c88147ebbecbe1b009c5422dd107d3ca9 100644 (file)
@@ -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)
 {