diff --git a/include/PolyVox/Impl/AStarPathfinderImpl.h b/include/PolyVox/Impl/AStarPathfinderImpl.h index fe711d7b..bdf13db6 100644 --- a/include/PolyVox/Impl/AStarPathfinderImpl.h +++ b/include/PolyVox/Impl/AStarPathfinderImpl.h @@ -36,7 +36,6 @@ namespace PolyVox { class OpenNodesContainer; class ClosedNodesContainer; - class ThermiteGameLogic; /// The Connectivity of a voxel determines how many neighbours it has. enum Connectivity