From 539edce1a61606daf73ef2b905732dd73f07079a Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 15 Jul 2021 12:24:30 +0100 Subject: ipu3: Use updated buffer.h header In libcamera commit 6a31a8d8e274 ("libcamera: buffer: Rename buffer.h to framebuffer.h"), the public header buffer.h was renamed. Update the usage accordingly. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- include/libcamera-helpers/mapped_buffer.h | 2 +- ipu3.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libcamera-helpers/mapped_buffer.h b/include/libcamera-helpers/mapped_buffer.h index b34a70c..6cfc572 100644 --- a/include/libcamera-helpers/mapped_buffer.h +++ b/include/libcamera-helpers/mapped_buffer.h @@ -13,7 +13,7 @@ #include #include -#include +#include namespace libcamera { diff --git a/ipu3.cpp b/ipu3.cpp index e943201..4fce647 100644 --- a/ipu3.cpp +++ b/ipu3.cpp @@ -11,8 +11,8 @@ #include #include -#include #include +#include #include #include #include -- cgit v1.2.1