Update includes for new NazaraUtils version
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#ifndef NAZARA_CORE_WIN32_DYNLIBIMPL_HPP
|
||||
#define NAZARA_CORE_WIN32_DYNLIBIMPL_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <Nazara/Core/DynLib.hpp>
|
||||
#include <filesystem>
|
||||
#include <windows.h>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <Nazara/Core/Error.hpp>
|
||||
#include <Nazara/Core/StringExt.hpp>
|
||||
#include <Nazara/Core/Win32/Utils.hpp>
|
||||
#include <Nazara/Utils/CallOnExit.hpp>
|
||||
#include <NazaraUtils/CallOnExit.hpp>
|
||||
#include <memory>
|
||||
#include <Nazara/Core/Debug.hpp>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef NAZARA_CORE_WIN32_FILEIMPL_HPP
|
||||
#define NAZARA_CORE_WIN32_FILEIMPL_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <Nazara/Core/File.hpp>
|
||||
#include <ctime>
|
||||
#include <windows.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef NAZARA_CORE_WIN32_HARDWAREINFOIMPL_HPP
|
||||
#define NAZARA_CORE_WIN32_HARDWAREINFOIMPL_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef NAZARA_CORE_WIN32_TASKSCHEDULERIMPL_HPP
|
||||
#define NAZARA_CORE_WIN32_TASKSCHEDULERIMPL_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <Nazara/Core/Functor.hpp>
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef NAZARA_CORE_WIN32_TIMEIMPL_HPP
|
||||
#define NAZARA_CORE_WIN32_TIMEIMPL_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <Nazara/Core/Time.hpp>
|
||||
|
||||
namespace Nz
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef NAZARA_CORE_WIN32_UTILS_HPP
|
||||
#define NAZARA_CORE_WIN32_UTILS_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <ctime>
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user