@@ -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>
@@ -9,7 +9,6 @@
#include <Application/DebugUI.h>
#include <Utils/Log.h>
#include <Utils/CustomMemoryHook.h>
#include <Jolt/Core/Factory.h>
#include <Jolt/RegisterTypes.h>
#include <Renderer/DebugRendererImp.h>
@@ -4,7 +4,6 @@
#include "UnitTestFramework.h"
#include <Jolt/Math/HalfFloat.h>
TEST_SUITE("HalfFloatTests")
{