apps/include: Move all header files associated with modules in apps/system to apps/include/system

This commit is contained in:
Gregory Nutt
2016-07-01 06:48:22 -06:00
parent 4343a6ef8b
commit cd741c82cf
34 changed files with 62 additions and 62 deletions

View File

@@ -45,9 +45,9 @@
#include <apps/fsutils/passwd.h>
#ifdef CONFIG_NSH_CLE
# include <apps/cle.h>
# include <apps/system/cle.h>
#else
# include <apps/readline.h>
# include <apps/system/readline.h>
#endif
#include "nsh.h"