diff --git a/Tests/TestProject/Main.cpp b/Tests/TestProject/Main.cpp index 594f3ff..64da70e 100644 --- a/Tests/TestProject/Main.cpp +++ b/Tests/TestProject/Main.cpp @@ -1,12 +1,7 @@ -#include "Core/public/Math/Plane.hpp" - - #include #include - - -namespace PMath = Phanes::Core::Math; +#include int main() @@ -20,8 +15,7 @@ int main() for (size_t i = 0; i < 999999; i++) { - - + } auto end = std::chrono::high_resolution_clock::now();