summaryrefslogtreecommitdiff
path: root/src/lc-compliance/simple_capture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lc-compliance/simple_capture.h')
-rw-r--r--src/lc-compliance/simple_capture.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lc-compliance/simple_capture.h b/src/lc-compliance/simple_capture.h
index 100ffd66..9d31f7cb 100644
--- a/src/lc-compliance/simple_capture.h
+++ b/src/lc-compliance/simple_capture.h
@@ -4,8 +4,8 @@
*
* simple_capture.h - Simple capture helper
*/
-#ifndef __LC_COMPLIANCE_SIMPLE_CAPTURE_H__
-#define __LC_COMPLIANCE_SIMPLE_CAPTURE_H__
+
+#pragma once
#include <memory>
@@ -63,5 +63,3 @@ private:
unsigned int captureCount_;
unsigned int captureLimit_;
};
-
-#endif /* __LC_COMPLIANCE_SIMPLE_CAPTURE_H__ */