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/message.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libcamera/internal/message.h') diff --git a/include/libcamera/internal/message.h b/include/libcamera/internal/message.h index 8e8b013d..92ea64a5 100644 --- a/include/libcamera/internal/message.h +++ b/include/libcamera/internal/message.h @@ -4,8 +4,8 @@ * * message.h - Message queue support */ -#ifndef __LIBCAMERA_MESSAGE_H__ -#define __LIBCAMERA_MESSAGE_H__ +#ifndef __LIBCAMERA_INTERNAL_MESSAGE_H__ +#define __LIBCAMERA_INTERNAL_MESSAGE_H__ #include @@ -67,4 +67,4 @@ private: } /* namespace libcamera */ -#endif /* __LIBCAMERA_MESSAGE_H__ */ +#endif /* __LIBCAMERA_INTERNAL_MESSAGE_H__ */ -- cgit v1.2.1