summaryrefslogtreecommitdiff
path: root/include/libcamera/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/stream.h')
-rw-r--r--include/libcamera/stream.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/libcamera/stream.h b/include/libcamera/stream.h
index 0c55e716..41ec02b1 100644
--- a/include/libcamera/stream.h
+++ b/include/libcamera/stream.h
@@ -4,8 +4,8 @@
*
* stream.h - Video stream for a Camera
*/
-#ifndef __LIBCAMERA_STREAM_H__
-#define __LIBCAMERA_STREAM_H__
+
+#pragma once
#include <map>
#include <memory>
@@ -81,5 +81,3 @@ protected:
};
} /* namespace libcamera */
-
-#endif /* __LIBCAMERA_STREAM_H__ */