From 1ff6fe3a488c345358a56b242fddd2b9860e92e5 Mon Sep 17 00:00:00 2001 From: rpjday Date: Mon, 3 Jul 2006 00:46:47 +0000 Subject: Remove the silly redundancy from that header file include. git-svn-id: svn://busybox.net/trunk/busybox@15583 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/cmdedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #include #include -#include "../shell/cmdedit.h" +#include "cmdedit.h" #ifdef CONFIG_LOCALE_SUPPORT -- cgit v1.2.3-55-g6feb