aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-03-23 14:40:55 +0000
committerRon Yorston <rmy@pobox.com>2014-03-23 14:40:55 +0000
commit7b9626a2d2735985ad5319d5c79529fa457454f0 (patch)
tree8f9d5be0b406d1840ad7755b1465be2f944a837f /shell
parente62757fb05c794c7ad8356e6bbb22e2869b8b9b5 (diff)
downloadbusybox-w32-7b9626a2d2735985ad5319d5c79529fa457454f0.tar.gz
busybox-w32-7b9626a2d2735985ad5319d5c79529fa457454f0.tar.bz2
busybox-w32-7b9626a2d2735985ad5319d5c79529fa457454f0.zip
Remove unnecessary differences from upstream BusyBox
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 2fc276e78..0b6be4aff 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -51,7 +51,6 @@
51 51
52#define JOBS ENABLE_ASH_JOB_CONTROL 52#define JOBS ENABLE_ASH_JOB_CONTROL
53 53
54#include "busybox.h" /* for applet_names */
55#include <paths.h> 54#include <paths.h>
56#include <setjmp.h> 55#include <setjmp.h>
57#include <fnmatch.h> 56#include <fnmatch.h>