diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2022-07-27 09:55:20 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-07-27 18:12:14 +0300 |
commit | afd2a5dac59a06c6897bdf7a3a1f35743192b608 (patch) | |
tree | 3940851a20862543c4c610a32d971d841d83f13d /src/ipa/raspberrypi/raspberrypi.cpp | |
parent | de9e95bfcc5149bc136895ec77537a8a73751621 (diff) |
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 <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/raspberrypi/raspberrypi.cpp')
-rw-r--r-- | src/ipa/raspberrypi/raspberrypi.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
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 { |