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 0d9fa7fe2..3564044b2 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -81,8 +81,6 @@ | |||
81 | #include <time.h> | 81 | #include <time.h> |
82 | #include <fnmatch.h> | 82 | #include <fnmatch.h> |
83 | 83 | ||
84 | #include "pwd_.h" | ||
85 | |||
86 | #ifdef CONFIG_ASH_JOB_CONTROL | 84 | #ifdef CONFIG_ASH_JOB_CONTROL |
87 | #define JOBS 1 | 85 | #define JOBS 1 |
88 | #else | 86 | #else |