Skip to content

Commit

Permalink
Removed unused include: FPException.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouwe committed Jan 14, 2025
1 parent b83b10b commit e81ab58
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Jolt/Geometry/GJKClosestPoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 0 additions & 1 deletion TestFramework/Application/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion UnitTests/Math/HalfFloatTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "UnitTestFramework.h"
#include <Jolt/Math/HalfFloat.h>
#include <Jolt/Core/FPException.h>

TEST_SUITE("HalfFloatTests")
{
Expand Down

0 comments on commit e81ab58

Please sign in to comment.