summaryrefslogtreecommitdiffhomepage
path: root/src/search.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.hpp')
-rw-r--r--src/search.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/search.hpp b/src/search.hpp
index c4ffc1eb..1fdaf3e2 100644
--- a/src/search.hpp
+++ b/src/search.hpp
@@ -15,11 +15,9 @@ namespace floormat {
class world;
struct object;
class chunk;
-struct path_search_result;
class path_search final
{
- friend struct path_search_result;
template<typename T> using bbox = Search::bbox<T>;
using pred = Search::pred;