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;