summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-08 22:48:19 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-08 22:48:19 +0100
commitaceb0a84b4abaa4e631d317c6cd0d02b0aa0bdbd (patch)
tree79d4335c1be282ad6a76bd7834d585ce4418989a /src
parent24209b545e061caf601fbdd473936ccba2d95ceb (diff)
style issues
Diffstat (limited to 'src')
-rw-r--r--src/path-search-result.hpp4
1 files changed, 2 insertions, 2 deletions
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 <Corrade/Containers/Pointer.h>
namespace floormat {
-template<typename T> struct vector_wrapper;
struct point;
struct path_search_result final