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/control_serializer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libcamera/internal/control_serializer.h') diff --git a/include/libcamera/internal/control_serializer.h b/include/libcamera/internal/control_serializer.h index 99bacd92..0ab29d9a 100644 --- a/include/libcamera/internal/control_serializer.h +++ b/include/libcamera/internal/control_serializer.h @@ -4,8 +4,8 @@ * * control_serializer.h - Control (de)serializer */ -#ifndef __LIBCAMERA_CONTROL_SERIALIZER_H__ -#define __LIBCAMERA_CONTROL_SERIALIZER_H__ +#ifndef __LIBCAMERA_INTERNAL_CONTROL_SERIALIZER_H__ +#define __LIBCAMERA_INTERNAL_CONTROL_SERIALIZER_H__ #include #include @@ -52,4 +52,4 @@ private: } /* namespace libcamera */ -#endif /* __LIBCAMERA_CONTROL_SERIALIZER_H__ */ +#endif /* __LIBCAMERA_INTERNAL_CONTROL_SERIALIZER_H__ */ -- cgit v1.2.1