diff options
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 { |