From febe9390ea25100616e1db27aff199491dcf25b5 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Thu, 26 Jun 2014 03:02:25 +0200 Subject: #pragma once instead of include guards --- src/include/tome/enum_string_map.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include/tome') 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 #include @@ -54,5 +53,3 @@ public: return true; } }; - -#endif -- cgit v1.2.3