From b5bf5cb3b3e81298247a53d5b514cf941cd13a9f Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:53 +0900 Subject: 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 Reviewed-by: Simon Glass --- board/htkw/mcx/mcx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/htkw') diff --git a/board/htkw/mcx/mcx.c b/board/htkw/mcx/mcx.c index 4330cf0..5ef383d 100644 --- a/board/htkw/mcx/mcx.c +++ b/board/htkw/mcx/mcx.c @@ -17,7 +17,7 @@ #include #include #include -#include "errno.h" +#include #include #ifdef CONFIG_USB_EHCI #include -- cgit v1.1