From 5517ffbff68709c54aea17b938aa3415b1f63b0b Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 26 May 2022 13:05:27 +0300 Subject: libcamera: Use "..." instead of <...> consistently for internal headers libcamera uses double quotes for #include directives for internal headers. A few <...> have found their way in the code base over time. Fix them. While at it, move an Android header include to the right location. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Paul Elder --- test/yaml-parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/yaml-parser.cpp b/test/yaml-parser.cpp index 652adf53..5315d99f 100644 --- a/test/yaml-parser.cpp +++ b/test/yaml-parser.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include "libcamera/internal/yaml_parser.h" #include "test.h" -- cgit v1.2.1