From 08c502e99f43b2f311856978163e8cde83fe70d4 Mon Sep 17 00:00:00 2001 From: Robert Altner Date: Thu, 24 Jan 2019 03:31:32 +0100 Subject: [PATCH] Removed string include (not needed) --- Matrix/Matrix.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Matrix/Matrix.hpp b/Matrix/Matrix.hpp index 04c4ccf..367e2c2 100644 --- a/Matrix/Matrix.hpp +++ b/Matrix/Matrix.hpp @@ -6,7 +6,6 @@ #include #include #include -#include #define CHECK_BOUNDS(_row, _col) if(!InBounds(_row, _col)) return