aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-27 21:42:58 +0000
committerRob Landley <rob@landley.net>2006-05-27 21:42:58 +0000
commit299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch)
treea3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /coreutils
parentd244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff)
downloadbusybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/date.c1
-rw-r--r--coreutils/dos2unix.c1
-rw-r--r--coreutils/nice.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/date.c b/coreutils/date.c
index 401d2ffb7..a922eb96c 100644
--- a/coreutils/date.c
+++ b/coreutils/date.c
@@ -11,7 +11,6 @@
#include <stdlib.h>
#include <errno.h>
-#include <sys/time.h>
#include <unistd.h>
#include <time.h>
#include <stdio.h>
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c
index c5021f9d0..cf98c4fed 100644
--- a/coreutils/dos2unix.c
+++ b/coreutils/dos2unix.c
@@ -15,7 +15,6 @@
#include <unistd.h>
#include <stdint.h>
#include <fcntl.h>
-#include <sys/time.h>
#include "busybox.h"
#define CT_UNIX2DOS 1
diff --git a/coreutils/nice.c b/coreutils/nice.c
index 449184dab..e8cee6cef 100644
--- a/coreutils/nice.c
+++ b/coreutils/nice.c
@@ -26,7 +26,6 @@
#include <limits.h>
#include <errno.h>
#include <unistd.h>
-#include <sys/time.h>
#include <sys/resource.h>
#include "busybox.h"