From 4bd09795a17dd1acd556c5549a71e9a5fe2fbcbe Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 22 May 2020 03:29:07 +0300 Subject: libcamera: Rename header guards for internal headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the internal headers now in include/libcamera/internal/, we may have identically named headers in include/libcamera/. Their header guards would clash. Rename the header guards of internal headers to prevent any issue. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Niklas Söderlund --- include/libcamera/internal/v4l2_controls.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libcamera/internal/v4l2_controls.h') diff --git a/include/libcamera/internal/v4l2_controls.h b/include/libcamera/internal/v4l2_controls.h index cffe9efd..0851b8dd 100644 --- a/include/libcamera/internal/v4l2_controls.h +++ b/include/libcamera/internal/v4l2_controls.h @@ -5,8 +5,8 @@ * v4l2_controls.h - V4L2 Controls Support */ -#ifndef __LIBCAMERA_V4L2_CONTROLS_H__ -#define __LIBCAMERA_V4L2_CONTROLS_H__ +#ifndef __LIBCAMERA_INTERNAL_V4L2_CONTROLS_H__ +#define __LIBCAMERA_INTERNAL_V4L2_CONTROLS_H__ #include @@ -28,4 +28,4 @@ public: } /* namespace libcamera */ -#endif /* __LIBCAMERA_V4L2_CONTROLS_H__ */ +#endif /* __LIBCAMERA_INTERNAL_V4L2_CONTROLS_H__ */ -- cgit v1.2.1