From 992442df9a747ef72871e7a66453b67bb0e305ed Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 22 Jan 2021 16:57:31 +0200 Subject: libcamera: Rename wrong header guards for internal includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some internals includes that used to be public still have the public header guard. Rename it. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Niklas Söderlund Reviewed-by: Paul Elder --- include/libcamera/internal/event_notifier.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libcamera/internal/event_notifier.h') diff --git a/include/libcamera/internal/event_notifier.h b/include/libcamera/internal/event_notifier.h index a37b02ee..cc3495c0 100644 --- a/include/libcamera/internal/event_notifier.h +++ b/include/libcamera/internal/event_notifier.h @@ -4,8 +4,8 @@ * * event_notifier.h - File descriptor event notifier */ -#ifndef __LIBCAMERA_EVENT_NOTIFIER_H__ -#define __LIBCAMERA_EVENT_NOTIFIER_H__ +#ifndef __LIBCAMERA_INTERNAL_EVENT_NOTIFIER_H__ +#define __LIBCAMERA_INTERNAL_EVENT_NOTIFIER_H__ #include #include @@ -45,4 +45,4 @@ private: } /* namespace libcamera */ -#endif /* __LIBCAMERA_EVENT_NOTIFIER_H__ */ +#endif /* __LIBCAMERA_INTERNAL_EVENT_NOTIFIER_H__ */ -- cgit v1.2.1