aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-03 00:46:47 +0000
committerrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-03 00:46:47 +0000
commit1ff6fe3a488c345358a56b242fddd2b9860e92e5 (patch)
tree8975075685139cc50a170d3044c2d8a18ec1e23f
parent2554e2d4d4de9138a9ab2068bd835455406e085c (diff)
downloadbusybox-w32-1ff6fe3a488c345358a56b242fddd2b9860e92e5.tar.gz
busybox-w32-1ff6fe3a488c345358a56b242fddd2b9860e92e5.tar.bz2
busybox-w32-1ff6fe3a488c345358a56b242fddd2b9860e92e5.zip
Remove the silly redundancy from that header file include.
git-svn-id: svn://busybox.net/trunk/busybox@15583 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--shell/cmdedit.c2
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