summaryrefslogtreecommitdiff
path: root/src/cam/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cam/main.h')
-rw-r--r--src/cam/main.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/cam/main.h b/src/cam/main.h
index 1c2fab76..62f7bbc9 100644
--- a/src/cam/main.h
+++ b/src/cam/main.h
@@ -4,8 +4,8 @@
*
* main.h - Cam application
*/
-#ifndef __CAM_MAIN_H__
-#define __CAM_MAIN_H__
+
+#pragma once
enum {
OptCamera = 'c',
@@ -22,5 +22,3 @@ enum {
OptStrictFormats = 257,
OptMetadata = 258,
};
-
-#endif /* __CAM_MAIN_H__ */