diff options
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index 61f0787..7d6a7a2 100644 --- a/miscutils/time.c +++ b/miscutils/time.c @@ -32,7 +32,6 @@ //usage: "\n -a Append (else overwrite)" #include "libbb.h" -#include <sys/resource.h> /* getrusage */ /* Information on the resources used by a child process. */ typedef struct { |