Remove the silly redundancy from that header file include.
author"Robert P. J. Day" <rpjday@mindspring.com>
Mon, 3 Jul 2006 00:46:47 +0000 (00:46 -0000)
committer"Robert P. J. Day" <rpjday@mindspring.com>
Mon, 3 Jul 2006 00:46:47 +0000 (00:46 -0000)
shell/cmdedit.c

index 8b5b2b94254929681c9f65ccd182eacacc70829d..59226aff52f5b040a7736e72f7f89fbf10fd9d22 100644 (file)
@@ -42,7 +42,7 @@
 #include <signal.h>
 #include <limits.h>
 
-#include "../shell/cmdedit.h"
+#include "cmdedit.h"
 
 
 #ifdef CONFIG_LOCALE_SUPPORT