From afd2a5dac59a06c6897bdf7a3a1f35743192b608 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 27 Jul 2022 09:55:20 +0100 Subject: ipa: raspberrypi: Rename header files from *.hpp to *.h As per the libcamera coding guidelines, rename all .hpp header files to .h. Signed-off-by: Naushir Patuck Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/ipa/raspberrypi/raspberrypi.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/ipa/raspberrypi/raspberrypi.cpp') diff --git a/src/ipa/raspberrypi/raspberrypi.cpp b/src/ipa/raspberrypi/raspberrypi.cpp index f315ebcd..28225717 100644 --- a/src/ipa/raspberrypi/raspberrypi.cpp +++ b/src/ipa/raspberrypi/raspberrypi.cpp @@ -29,27 +29,27 @@ #include "libcamera/internal/mapped_framebuffer.h" -#include "agc_algorithm.hpp" +#include "agc_algorithm.h" #include "agc_status.h" #include "alsc_status.h" -#include "awb_algorithm.hpp" +#include "awb_algorithm.h" #include "awb_status.h" #include "black_level_status.h" -#include "cam_helper.hpp" -#include "ccm_algorithm.hpp" +#include "cam_helper.h" +#include "ccm_algorithm.h" #include "ccm_status.h" -#include "contrast_algorithm.hpp" +#include "contrast_algorithm.h" #include "contrast_status.h" -#include "controller.hpp" -#include "denoise_algorithm.hpp" +#include "controller.h" +#include "denoise_algorithm.h" #include "denoise_status.h" #include "dpc_status.h" #include "focus_status.h" #include "geq_status.h" #include "lux_status.h" -#include "metadata.hpp" +#include "metadata.h" #include "noise_status.h" -#include "sharpen_algorithm.hpp" +#include "sharpen_algorithm.h" #include "sharpen_status.h" namespace libcamera { -- cgit v1.2.1