Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-01 02:42:12 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-01 02:42:12 +0400
commit9a7d38fe2448617df98ecaea7dbe6f3131088586 (patch)
tree5966d651dcb5588e24106791f9cd3647f358112b /libbb/bb_do_delay.c
parentfad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd (diff)
delete tons of extra #includes
Diffstat (limited to 'libbb/bb_do_delay.c')
-rw-r--r--libbb/bb_do_delay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/bb_do_delay.c b/libbb/bb_do_delay.c
index e14b67a19..aa26aded1 100644
--- a/libbb/bb_do_delay.c
+++ b/libbb/bb_do_delay.c
@@ -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)