From aceb0a84b4abaa4e631d317c6cd0d02b0aa0bdbd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 8 Feb 2024 22:48:19 +0100 Subject: style issues --- src/path-search-result.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/path-search-result.hpp b/src/path-search-result.hpp index 8987a041..b12b23d3 100644 --- a/src/path-search-result.hpp +++ b/src/path-search-result.hpp @@ -1,11 +1,11 @@ #pragma once -#include "src/global-coords.hpp" #include "compat/defs.hpp" +#include "compat/vector-wrapper-fwd.hpp" +#include "src/global-coords.hpp" #include namespace floormat { -template struct vector_wrapper; struct point; struct path_search_result final -- cgit v1.2.3