aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/std_condition_variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/std_condition_variable.h')
-rw-r--r--src/common/std_condition_variable.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/std_condition_variable.h b/src/common/std_condition_variable.h
index 8964b4f6..ad2022f5 100644
--- a/src/common/std_condition_variable.h
+++ b/src/common/std_condition_variable.h
@@ -1,6 +1,5 @@
-#ifndef CONDITION_VARIABLE_H_
-#define CONDITION_VARIABLE_H_
+#pragma once
#define GCC_VER(x,y,z) ((x) * 10000 + (y) * 100 + (z))
#define GCC_VERSION GCC_VER(__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__)
@@ -167,4 +166,3 @@ private:
}
#endif
-#endif