summaryrefslogtreecommitdiffstats
path: root/game/client/world/player_target.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/world/player_target.hh')
-rw-r--r--game/client/world/player_target.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/client/world/player_target.hh b/game/client/world/player_target.hh
index 33d90fb..f137a1b 100644
--- a/game/client/world/player_target.hh
+++ b/game/client/world/player_target.hh
@@ -1,5 +1,3 @@
-#ifndef CLIENT_PLAYER_TARGET_HH
-#define CLIENT_PLAYER_TARGET_HH 1
#pragma once
#include "shared/world/voxel_registry.hh"
@@ -18,5 +16,3 @@ void init(void);
void update(void);
void render(void);
} // namespace world::player_target
-
-#endif // CLIENT_PLAYER_TARGET_HH