diff options
Diffstat (limited to 'include/libcamera/internal/ipa_proxy.h')
-rw-r--r-- | include/libcamera/internal/ipa_proxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/ipa_proxy.h b/include/libcamera/internal/ipa_proxy.h index e9a36608..aec8f04f 100644 --- a/include/libcamera/internal/ipa_proxy.h +++ b/include/libcamera/internal/ipa_proxy.h @@ -4,8 +4,8 @@ * * ipa_proxy.h - Image Processing Algorithm proxy */ -#ifndef __LIBCAMERA_IPA_PROXY_H__ -#define __LIBCAMERA_IPA_PROXY_H__ +#ifndef __LIBCAMERA_INTERNAL_IPA_PROXY_H__ +#define __LIBCAMERA_INTERNAL_IPA_PROXY_H__ #include <memory> #include <string> @@ -67,4 +67,4 @@ static proxy##Factory global_##proxy##Factory; } /* namespace libcamera */ -#endif /* __LIBCAMERA_IPA_PROXY_H__ */ +#endif /* __LIBCAMERA_INTERNAL_IPA_PROXY_H__ */ |