From 69f46d34e9c6a25c63668423fd984d07c1f099a3 Mon Sep 17 00:00:00 2001 From: fschildt Date: Wed, 10 Dec 2025 19:19:32 +0100 Subject: use "" include over <> include for own code --- src/common/math.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/math.cpp') diff --git a/src/common/math.cpp b/src/common/math.cpp index ba54f3a..4873301 100644 --- a/src/common/math.cpp +++ b/src/common/math.cpp @@ -1,4 +1,4 @@ -#include +#include "common/math.hpp" /* V2ST */ -- cgit v1.2.3