aboutsummaryrefslogtreecommitdiff
path: root/coreutils/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/nice.c')
-rw-r--r--coreutils/nice.c1
1 files changed, 0 insertions, 1 deletions
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"