Fix includes

This commit is contained in:
Lynix 2020-04-10 17:36:43 +02:00
parent 8eccbe8189
commit b2d3605cf4
4 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,7 @@
// 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/ObjectRef.hpp>
#include <Nazara/Core/Initializer.hpp>
#include <Nazara/Core/Debug.hpp>
@ -558,4 +559,3 @@ namespace std
}
#include <Nazara/Core/DebugOff.hpp>
#include "ObjectRef.hpp"

View File

@ -2,6 +2,7 @@
// This file is part of the "Nazara Engine - Mathematics module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Math/EulerAngles.hpp>
#include <Nazara/Core/Algorithm.hpp>
#include <Nazara/Core/StringStream.hpp>
#include <Nazara/Math/Algorithm.hpp>
@ -406,4 +407,3 @@ std::ostream& operator<<(std::ostream& out, const Nz::EulerAngles<T>& angles)
#undef F
#include <Nazara/Core/DebugOff.hpp>
#include "EulerAngles.hpp"

View File

@ -2,6 +2,7 @@
// This file is part of the "Nazara Engine - Mathematics module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Math/Quaternion.hpp>
#include <Nazara/Core/Algorithm.hpp>
#include <Nazara/Core/StringStream.hpp>
#include <Nazara/Math/Algorithm.hpp>
@ -896,4 +897,3 @@ std::ostream& operator<<(std::ostream& out, const Nz::Quaternion<T>& quat)
#undef F
#include <Nazara/Core/DebugOff.hpp>
#include "Quaternion.hpp"

View File

@ -2,6 +2,7 @@
// This file is part of the "Nazara Engine - Network module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Network/ENetPeer.hpp>
#include <Nazara/Network/Debug.hpp>
namespace Nz
@ -119,4 +120,3 @@ namespace Nz
}
#include <Nazara/Network/DebugOff.hpp>
#include "ENetPeer.hpp"