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 +++--- src/ipa/rkisp1/rkisp1.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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; diff --git a/src/ipa/rkisp1/rkisp1.cpp b/src/ipa/rkisp1/rkisp1.cpp index c818a6d7..7d6f0b39 100644 --- a/src/ipa/rkisp1/rkisp1.cpp +++ b/src/ipa/rkisp1/rkisp1.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include "libcamera/internal/mapped_framebuffer.h" #include "algorithms/agc.h" #include "algorithms/algorithm.h" -- cgit v1.2.1