diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-03 00:46:47 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-03 00:46:47 +0000 |
commit | 4eddb42bbcb808361873b58f05cb9ee2dc6bb35b (patch) | |
tree | 8975075685139cc50a170d3044c2d8a18ec1e23f | |
parent | c9f423a93d969e91b82d8ecfb694076b460c8887 (diff) | |
download | busybox-w32-4eddb42bbcb808361873b58f05cb9ee2dc6bb35b.tar.gz busybox-w32-4eddb42bbcb808361873b58f05cb9ee2dc6bb35b.tar.bz2 busybox-w32-4eddb42bbcb808361873b58f05cb9ee2dc6bb35b.zip |
Remove the silly redundancy from that header file include.
-rw-r--r-- | shell/cmdedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 8b5b2b942..59226aff5 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c | |||
@@ -42,7 +42,7 @@ | |||
42 | #include <signal.h> | 42 | #include <signal.h> |
43 | #include <limits.h> | 43 | #include <limits.h> |
44 | 44 | ||
45 | #include "../shell/cmdedit.h" | 45 | #include "cmdedit.h" |
46 | 46 | ||
47 | 47 | ||
48 | #ifdef CONFIG_LOCALE_SUPPORT | 48 | #ifdef CONFIG_LOCALE_SUPPORT |