diff options
Diffstat (limited to 'src/android/post_processor.h')
-rw-r--r-- | src/android/post_processor.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/android/post_processor.h b/src/android/post_processor.h index 5ec71c93..1a205b05 100644 --- a/src/android/post_processor.h +++ b/src/android/post_processor.h @@ -4,8 +4,8 @@ * * post_processor.h - CameraStream Post Processing Interface */ -#ifndef __ANDROID_POST_PROCESSOR_H__ -#define __ANDROID_POST_PROCESSOR_H__ + +#pragma once #include <libcamera/base/signal.h> @@ -31,5 +31,3 @@ public: libcamera::Signal<Camera3RequestDescriptor::StreamBuffer *, Status> processComplete; }; - -#endif /* __ANDROID_POST_PROCESSOR_H__ */ |