From: "Robert P. J. Day" Date: Mon, 3 Jul 2006 00:46:47 +0000 (-0000) Subject: Remove the silly redundancy from that header file include. X-Git-Tag: 1_2_0~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4eddb42bbcb808361873b58f05cb9ee2dc6bb35b;p=platform%2Fupstream%2Fbusybox.git Remove the silly redundancy from that header file include. --- diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 8b5b2b9..59226af 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