From 32210c2dcab9eb5c43d86ae2da8950cb5b2ca325 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 5 Aug 2017 18:34:50 +0200 Subject: [PATCH] Remove unused header in math tests --- tests/mathtests.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/mathtests.cpp b/tests/mathtests.cpp index 30f0cb9..53407e3 100644 --- a/tests/mathtests.cpp +++ b/tests/mathtests.cpp @@ -1,12 +1,10 @@ #include "../math/math.h" -#include "../tests/testutils.h" #include #include using namespace std; using namespace MathUtilities; -using namespace TestUtilities::Literals; using namespace CPPUNIT_NS;