diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c index ef2121885..d6838f82c 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -62,8 +62,6 @@ | |||
62 | #include <fnmatch.h> | 62 | #include <fnmatch.h> |
63 | 63 | ||
64 | #include "shell_common.h" | 64 | #include "shell_common.h" |
65 | #include "builtin_read.h" | ||
66 | #include "builtin_ulimit.h" | ||
67 | #include "math.h" | 65 | #include "math.h" |
68 | #if ENABLE_ASH_RANDOM_SUPPORT | 66 | #if ENABLE_ASH_RANDOM_SUPPORT |
69 | # include "random.h" | 67 | # include "random.h" |