summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/ipa_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/ipa_proxy.h')
-rw-r--r--include/libcamera/internal/ipa_proxy.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/libcamera/internal/ipa_proxy.h b/include/libcamera/internal/ipa_proxy.h
index ea9f0760..781c8b62 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_INTERNAL_IPA_PROXY_H__
-#define __LIBCAMERA_INTERNAL_IPA_PROXY_H__
+
+#pragma once
#include <memory>
#include <string>
@@ -44,5 +44,3 @@ private:
};
} /* namespace libcamera */
-
-#endif /* __LIBCAMERA_INTERNAL_IPA_PROXY_H__ */