busybox: do not print help to fd 2, print it to fd 1
[oweals/busybox.git] / libbb / bb_do_delay.c
index e14b67a199404457a6dface03ea2867f35427780..aa26aded1751534eb04b1b0267f20196e7891e34 100644 (file)
@@ -7,8 +7,6 @@
  * Licensed under the GPL v2, see the file LICENSE in this tarball.
  */
 
-#include <time.h>
-#include <unistd.h>
 #include "libbb.h"
 
 void bb_do_delay(int seconds)