summaryrefslogtreecommitdiff
path: root/src/itemgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itemgroup.h')
-rw-r--r--src/itemgroup.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/itemgroup.h b/src/itemgroup.h
index e9d050cd1..fcf720649 100644
--- a/src/itemgroup.h
+++ b/src/itemgroup.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef ITEMGROUP_HEADER
-#define ITEMGROUP_HEADER
+#pragma once
#include <string>
#include <unordered_map>
@@ -32,5 +31,3 @@ static inline int itemgroup_get(const ItemGroupList &groups, const std::string &
return 0;
return i->second;
}
-
-#endif