This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"

This commit is contained in:
Sebastien Lorquet
2016-07-11 10:11:18 -06:00
committed by Gregory Nutt
parent 63ff107419
commit 2cbad44f1d
191 changed files with 280 additions and 280 deletions

View File

@@ -43,11 +43,11 @@
#include <string.h>
#include <ctype.h>
#include <apps/fsutils/passwd.h>
#include "fsutils/passwd.h"
#ifdef CONFIG_NSH_CLE
# include <apps/system/cle.h>
# include "system/cle.h"
#else
# include <apps/system/readline.h>
# include "system/readline.h"
#endif
#include "nsh.h"