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/ipa/rkisp1/rkisp1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipa/rkisp1/rkisp1.cpp') 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