svn commit: trunk/busybox/procps

landley at busybox.net landley at busybox.net
Tue Sep 12 20:28:34 UTC 2006


Author: landley
Date: 2006-09-12 13:28:34 -0700 (Tue, 12 Sep 2006)
New Revision: 16108

Log:
Random cleanup hanging around my tree.


Modified:
   trunk/busybox/procps/kill.c


Changeset:
Modified: trunk/busybox/procps/kill.c
===================================================================
--- trunk/busybox/procps/kill.c	2006-09-12 13:27:55 UTC (rev 16107)
+++ trunk/busybox/procps/kill.c	2006-09-12 20:28:34 UTC (rev 16108)
@@ -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)
 {




More information about the busybox-cvs mailing list