From 129f2e421e16bd008cdca8713cc91f67d103d94e Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 7 Jul 2023 23:05:14 +0200 Subject: Fix minor quality issues --- src/Math/Grid.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Math/Grid.hpp') diff --git a/src/Math/Grid.hpp b/src/Math/Grid.hpp index 1c1a7ca..e9907a0 100644 --- a/src/Math/Grid.hpp +++ b/src/Math/Grid.hpp @@ -1,7 +1,6 @@ #pragma once -#include "Common.hpp" -#include "Matrix.hpp" +#include "Vector.hpp" namespace Math { -- cgit 1.4.1