diff options
Diffstat (limited to 'coreutils/nice.c')
-rw-r--r-- | coreutils/nice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/nice.c b/coreutils/nice.c index aa8b06cce..da1696c42 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c @@ -22,7 +22,6 @@ //usage: "Change scheduling priority, run PROG\n" //usage: "\n -n ADJUST Adjust priority by ADJUST" -#include <sys/resource.h> #include "libbb.h" int nice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |