summary refs log tree commit diff
path: root/src/Math/Grid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Math/Grid.hpp')
-rw-r--r--src/Math/Grid.hpp3
1 files changed, 1 insertions, 2 deletions
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 {