summaryrefslogtreecommitdiff
path: root/src/resources/monsterdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/monsterdb.h')
-rw-r--r--src/resources/monsterdb.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h
index ff709486..ec71952f 100644
--- a/src/resources/monsterdb.h
+++ b/src/resources/monsterdb.h
@@ -19,8 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MONSTER_DB_H
-#define MONSTER_DB_H
+#pragma once
#include "utils/xml.h"
@@ -43,5 +42,3 @@ namespace MonsterDB
BeingInfo *get(int id);
}
-
-#endif