diff --git a/Jolt/Geometry/GJKClosestPoint.h b/Jolt/Geometry/GJKClosestPoint.h index e5f49b65a..b375e1675 100644 --- a/Jolt/Geometry/GJKClosestPoint.h +++ b/Jolt/Geometry/GJKClosestPoint.h @@ -5,7 +5,6 @@ #pragma once #include -#include #include #include diff --git a/TestFramework/Application/Application.cpp b/TestFramework/Application/Application.cpp index 7658f9f95..94bc5679e 100644 --- a/TestFramework/Application/Application.cpp +++ b/TestFramework/Application/Application.cpp @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include diff --git a/UnitTests/Math/HalfFloatTests.cpp b/UnitTests/Math/HalfFloatTests.cpp index bebcb8365..3c85e810f 100644 --- a/UnitTests/Math/HalfFloatTests.cpp +++ b/UnitTests/Math/HalfFloatTests.cpp @@ -4,7 +4,6 @@ #include "UnitTestFramework.h" #include -#include TEST_SUITE("HalfFloatTests") {