diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c index 72cfb232a..4cccf31a4 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -90,8 +90,6 @@ #endif #include "shell_common.h" -#include "builtin_read.h" -#include "builtin_ulimit.h" #include "math.h" #include "match.h" #if ENABLE_HUSH_RANDOM_SUPPORT |