Browse Source

Removed unused include: FPException.h

Jorrit Rouwe 6 months ago
parent
commit
e81ab582b8

+ 0 - 1
Jolt/Geometry/GJKClosestPoint.h

@@ -5,7 +5,6 @@
 #pragma once
 
 #include <Jolt/Core/NonCopyable.h>
-#include <Jolt/Core/FPException.h>
 #include <Jolt/Geometry/ClosestPoint.h>
 #include <Jolt/Geometry/ConvexSupport.h>
 

+ 0 - 1
TestFramework/Application/Application.cpp

@@ -9,7 +9,6 @@
 #include <Application/DebugUI.h>
 #include <Utils/Log.h>
 #include <Utils/CustomMemoryHook.h>
-#include <Jolt/Core/FPException.h>
 #include <Jolt/Core/Factory.h>
 #include <Jolt/RegisterTypes.h>
 #include <Renderer/DebugRendererImp.h>

+ 0 - 1
UnitTests/Math/HalfFloatTests.cpp

@@ -4,7 +4,6 @@
 
 #include "UnitTestFramework.h"
 #include <Jolt/Math/HalfFloat.h>
-#include <Jolt/Core/FPException.h>
 
 TEST_SUITE("HalfFloatTests")
 {