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 --- src/android/camera_hal_config.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/android') diff --git a/src/android/camera_hal_config.cpp b/src/android/camera_hal_config.cpp index 28072cb8..8ba8738c 100644 --- a/src/android/camera_hal_config.cpp +++ b/src/android/camera_hal_config.cpp @@ -10,11 +10,11 @@ #include #include -#include - #include -#include +#include "libcamera/internal/yaml_parser.h" + +#include using namespace libcamera; -- cgit v1.2.1