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.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/math.hpp') diff --git a/src/common/math.hpp b/src/common/math.hpp index de856e8..afbda1a 100644 --- a/src/common/math.hpp +++ b/src/common/math.hpp @@ -1,8 +1,5 @@ #pragma once - -#include - #include #include -- cgit v1.2.3