summaryrefslogtreecommitdiffstats
path: root/game/server/world/unloader.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/world/unloader.hh')
-rw-r--r--game/server/world/unloader.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/server/world/unloader.hh b/game/server/world/unloader.hh
index a995152..9682de6 100644
--- a/game/server/world/unloader.hh
+++ b/game/server/world/unloader.hh
@@ -1,5 +1,3 @@
-#ifndef SERVER_UNLOADER_HH
-#define SERVER_UNLOADER_HH 1
#pragma once
namespace world
@@ -13,5 +11,3 @@ void init(void);
void init_late(void);
void fixed_update_late(Dimension* dimension);
} // namespace world::unloader
-
-#endif // SERVER_UNLOADER_HH