xmake check-files -f
This commit is contained in:
parent
05ee3d7a55
commit
f4095d07a8
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue