commit | adae2ece92761d8af40590a01a07824520857c3e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 21 11:28:53 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 17:53:56 2016 -0400 |
tree | 4c1aca23057918df6d173cc2be713111f6daf836 | |
parent | 30fe357ddde4597c73f90654f3b3cc6f385e6a61 [diff] |
treewide: use #include <...> to include public headers We are supposed to use #include <...> to include headers in the public include paths. We should use #include "..." only for headers in local directories. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>