From 4eddb42bbcb808361873b58f05cb9ee2dc6bb35b Mon Sep 17 00:00:00 2001 From: "\"Robert P. J. Day\"" Date: Mon, 3 Jul 2006 00:46:47 +0000 Subject: [PATCH] Remove the silly redundancy from that header file include. --- shell/cmdedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4