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/formats.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libcamera/internal/formats.h') diff --git a/include/libcamera/internal/formats.h b/include/libcamera/internal/formats.h index 4455b0f9..4b172efc 100644 --- a/include/libcamera/internal/formats.h +++ b/include/libcamera/internal/formats.h @@ -5,8 +5,8 @@ * formats.h - libcamera image formats */ -#ifndef __LIBCAMERA_FORMATS_H__ -#define __LIBCAMERA_FORMATS_H__ +#ifndef __LIBCAMERA_INTERNAL_FORMATS_H__ +#define __LIBCAMERA_INTERNAL_FORMATS_H__ #include #include @@ -55,4 +55,4 @@ public: } /* namespace libcamera */ -#endif /* __LIBCAMERA_FORMATS_H__ */ +#endif /* __LIBCAMERA_INTERNAL_FORMATS_H__ */ -- cgit v1.2.1