Remove unused headers

This commit is contained in:
SirLynix 2023-08-12 12:22:27 +02:00
parent ce6a94cfe2
commit 887bd875f7
3 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@
#define NAZARA_UTILITY_ABSTRACTATLAS_HPP
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Math/Rect.hpp>
#include <Nazara/Utility/Config.hpp>
#include <Nazara/Utility/Enums.hpp>

View File

@ -8,7 +8,6 @@
#define NAZARA_JOLTPHYSICS3D_JOLTHELPER_HPP
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/BulletPhysics3D/Config.hpp>
#include <Nazara/Math/Matrix4.hpp>
#include <Nazara/Math/Quaternion.hpp>
#include <Nazara/Math/Vector3.hpp>

View File

@ -3,7 +3,6 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/JoltPhysics3D/Systems/JoltPhysics3DSystem.hpp>
#include <Nazara/Core/Log.hpp>
#include <Nazara/Core/Components/DisabledComponent.hpp>
#include <Nazara/Utility/Components/NodeComponent.hpp>
#include <Nazara/JoltPhysics3D/Debug.hpp>