xmake check-files -f

This commit is contained in:
SirLynix 2023-07-21 09:01:52 +02:00
parent ef669d8c9a
commit c25113fea9
3 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
// This file is part of the "Nazara Engine - Math module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Error.hpp>
#include <NazaraUtils/Algorithm.hpp>
#include <NazaraUtils/Hash.hpp>
#include <Nazara/Core/Error.hpp>
#include <cstring>
#include <limits>
#include <sstream>

View File

@ -2,9 +2,9 @@
// This file is part of the "Nazara Engine - Math module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Error.hpp>
#include <NazaraUtils/Algorithm.hpp>
#include <NazaraUtils/Hash.hpp>
#include <Nazara/Core/Error.hpp>
#include <cstring>
#include <limits>
#include <stdexcept>

View File

@ -2,9 +2,9 @@
// This file is part of the "Nazara Engine - Math module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Error.hpp>
#include <NazaraUtils/Algorithm.hpp>
#include <NazaraUtils/Hash.hpp>
#include <Nazara/Core/Error.hpp>
#include <cstring>
#include <sstream>
#include <stdexcept>