summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-26 03:02:25 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-26 03:02:25 +0200
commitfebe9390ea25100616e1db27aff199491dcf25b5 (patch)
tree630dfc43ac79be979ea3fccc6a97c0fa3c02810f /src/include
parentf2207846bb7cc53c56b4ebb28f7660826d76345b (diff)
#pragma once instead of include guards
Diffstat (limited to 'src/include')
-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