summaryrefslogtreecommitdiff
path: root/src/mods.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mods.h')
-rw-r--r--src/mods.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mods.h b/src/mods.h
index 697fed38b..63927a9d0 100644
--- a/src/mods.h
+++ b/src/mods.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 MODS_HEADER
-#define MODS_HEADER
+#pragma once
#include "irrlichttypes.h"
#include <list>
@@ -171,5 +170,3 @@ private:
std::string m_mod_name;
bool m_modified = false;
};
-
-#endif