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>
This commit is contained in:
parent
de9e95bfcc
commit
afd2a5dac5
53 changed files with 101 additions and 101 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue