summaryrefslogtreecommitdiff
path: root/src/include/tome
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tome')
-rw-r--r--src/include/tome/enum_string_map.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/tome/enum_string_map.hpp b/src/include/tome/enum_string_map.hpp
index 80ba7833..8ae1e115 100644
--- a/src/include/tome/enum_string_map.hpp
+++ b/src/include/tome/enum_string_map.hpp
@@ -1,5 +1,4 @@
-#ifndef H_ae6d0de3_c72e_4e67_9da2_975283fbd009
-#define H_ae6d0de3_c72e_4e67_9da2_975283fbd009
+#pragma once
#include <boost/bimap.hpp>
#include <boost/noncopyable.hpp>
@@ -54,5 +53,3 @@ public:
return true;
}
};
-
-#endif