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 8b5b2b9..59226af 100644 (file)
@@ -42,7 +42,7 @@
 #include <signal.h>
 #include <limits.h>
 
-#include "../shell/cmdedit.h"
+#include "cmdedit.h"
 
 
 #ifdef CONFIG_LOCALE_SUPPORT