Cleanup includes
This commit is contained in:
parent
4b71f90cf7
commit
4ee4092bba
|
|
@ -2,7 +2,6 @@
|
||||||
// This file is part of the "Nazara Engine - Core module"
|
// This file is part of the "Nazara Engine - Core module"
|
||||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
// 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/Config.hpp>
|
||||||
#include <Nazara/Core/Debug.hpp>
|
#include <Nazara/Core/Debug.hpp>
|
||||||
|
|
||||||
|
|
@ -260,3 +259,5 @@ namespace Nz
|
||||||
return GetPrimitive(i);
|
return GetPrimitive(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include <Nazara/Core/DebugOff.hpp>
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
#include <Nazara/Audio/OpenALLibrary.hpp>
|
#include <Nazara/Audio/OpenALLibrary.hpp>
|
||||||
#include <Nazara/Audio/OpenALDevice.hpp>
|
#include <Nazara/Audio/OpenALDevice.hpp>
|
||||||
#include <NazaraUtils/Algorithm.hpp>
|
|
||||||
#include <Nazara/Core/Error.hpp>
|
#include <Nazara/Core/Error.hpp>
|
||||||
#include <Nazara/Core/ErrorFlags.hpp>
|
#include <Nazara/Core/ErrorFlags.hpp>
|
||||||
|
#include <NazaraUtils/Algorithm.hpp>
|
||||||
#include <NazaraUtils/CallOnExit.hpp>
|
#include <NazaraUtils/CallOnExit.hpp>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
#include <catch2/catch_session.hpp>
|
#include <catch2/catch_session.hpp>
|
||||||
|
|
||||||
#include <Nazara/Audio/Audio.hpp>
|
#include <Nazara/Audio/Audio.hpp>
|
||||||
#include <Nazara/Core/Log.hpp>
|
|
||||||
#include <Nazara/Core/AbstractLogger.hpp>
|
|
||||||
#include <Nazara/Core/Modules.hpp>
|
#include <Nazara/Core/Modules.hpp>
|
||||||
#include <Nazara/Network/Network.hpp>
|
#include <Nazara/Network/Network.hpp>
|
||||||
#include <Nazara/ChipmunkPhysics2D/ChipmunkPhysics2D.hpp>
|
#include <Nazara/ChipmunkPhysics2D/ChipmunkPhysics2D.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue