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 /shell | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) | |
download | busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.bz2 busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.zip |
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 33eaf9227..c8ccf19b5 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -58,7 +58,6 @@ | |||
58 | #include <sys/param.h> | 58 | #include <sys/param.h> |
59 | #include <sys/resource.h> | 59 | #include <sys/resource.h> |
60 | #include <sys/stat.h> | 60 | #include <sys/stat.h> |
61 | #include <sys/time.h> | ||
62 | #include <sys/wait.h> | 61 | #include <sys/wait.h> |
63 | 62 | ||
64 | #include <stdio.h> | 63 | #include <stdio.h> |