xmake check-files -f

This commit is contained in:
SirLynix 2024-01-22 23:15:03 +01:00
parent 05ee3d7a55
commit f4095d07a8
3 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,6 @@
// This file is part of the "Nazara Engine - Widgets module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Widgets/ProgressBarWidget.hpp>
#include <algorithm>
#include <Nazara/Widgets/Debug.hpp>

View File

@ -3,9 +3,9 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Win32/DynLibImpl.hpp>
#include <Nazara/Core/Win32/Win32Utils.hpp>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Core/StringExt.hpp>
#include <Nazara/Core/Win32/Win32Utils.hpp>
#include <NazaraUtils/PathUtils.hpp>
#include <memory>
#include <Nazara/Core/Debug.hpp>

View File

@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_CORE_WIN32_UTILS_HPP
#define NAZARA_CORE_WIN32_UTILS_HPP
#ifndef NAZARA_CORE_WIN32_WIN32UTILS_HPP
#define NAZARA_CORE_WIN32_WIN32UTILS_HPP
#include <NazaraUtils/Prerequisites.hpp>
#include <ctime>
@ -24,4 +24,4 @@ namespace Nz::PlatformImpl
#include <Nazara/Core/Win32/Win32Utils.inl>
#endif // NAZARA_CORE_WIN32_UTILS_HPP
#endif // NAZARA_CORE_WIN32_WIN32UTILS_HPP