summaryrefslogtreecommitdiffstats
path: root/game/shared/entity/grounded.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/entity/grounded.hh')
-rw-r--r--game/shared/entity/grounded.hh6
1 files changed, 1 insertions, 5 deletions
diff --git a/game/shared/entity/grounded.hh b/game/shared/entity/grounded.hh
index 940cebe..34a0f9e 100644
--- a/game/shared/entity/grounded.hh
+++ b/game/shared/entity/grounded.hh
@@ -1,8 +1,6 @@
-#ifndef SHARED_ENTITY_GROUNDED
-#define SHARED_ENTITY_GROUNDED 1
#pragma once
-#include "shared/world/voxel_registry.hh"
+#include "shared/world/voxel.hh"
namespace entity
{
@@ -12,5 +10,3 @@ struct Grounded final {
world::VoxelMaterial surface;
};
} // namespace entity
-
-#endif // SHARED_ENTITY_GROUNDED