diff options
author | Rob Landley <rob@landley.net> | 2006-05-27 21:42:58 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-27 21:42:58 +0000 |
commit | 299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch) | |
tree | a3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /miscutils/adjtimex.c | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) |
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'miscutils/adjtimex.c')
-rw-r--r-- | miscutils/adjtimex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index 4a242cfb7..b5e87ba6e 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c @@ -44,7 +44,6 @@ #include <sys/types.h> #include <stdlib.h> #include <unistd.h> -#include <sys/time.h> #include <sys/timex.h> #include "busybox.h" |