Cleanup includes

This commit is contained in:
Lynix 2023-12-01 21:01:34 +01:00
parent 4b71f90cf7
commit 4ee4092bba
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,6 @@
// This file is part of the "Nazara Engine - Core module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/PrimitiveList.hpp>
#include <Nazara/Core/Config.hpp>
#include <Nazara/Core/Debug.hpp>
@ -260,3 +259,5 @@ namespace Nz
return GetPrimitive(i);
}
}
#include <Nazara/Core/DebugOff.hpp>

View File

@ -4,9 +4,9 @@
#include <Nazara/Audio/OpenALLibrary.hpp>
#include <Nazara/Audio/OpenALDevice.hpp>
#include <NazaraUtils/Algorithm.hpp>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Core/ErrorFlags.hpp>
#include <NazaraUtils/Algorithm.hpp>
#include <NazaraUtils/CallOnExit.hpp>
#include <array>
#include <sstream>

View File

@ -2,8 +2,6 @@
#include <catch2/catch_session.hpp>
#include <Nazara/Audio/Audio.hpp>
#include <Nazara/Core/Log.hpp>
#include <Nazara/Core/AbstractLogger.hpp>
#include <Nazara/Core/Modules.hpp>
#include <Nazara/Network/Network.hpp>
#include <Nazara/ChipmunkPhysics2D/ChipmunkPhysics2D.hpp>