From 7621844741faacaa919665c151e3ae5d3cb93004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sun, 20 Mar 2022 13:37:27 +0100 Subject: [PATCH] Fix SDL includes --- src/Nazara/Platform/SDL2/CursorImpl.hpp | 2 +- src/Nazara/Platform/SDL2/IconImpl.hpp | 2 +- src/Nazara/Platform/SDL2/InputImpl.cpp | 8 ++++---- src/Nazara/Platform/SDL2/SDLHelper.hpp | 4 ++-- src/Nazara/Platform/SDL2/VideoModeImpl.cpp | 2 +- src/Nazara/Platform/SDL2/WindowImpl.cpp | 4 ++-- src/Nazara/Platform/SDL2/WindowImpl.hpp | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Nazara/Platform/SDL2/CursorImpl.hpp b/src/Nazara/Platform/SDL2/CursorImpl.hpp index 8d9c91134..dd25fa374 100644 --- a/src/Nazara/Platform/SDL2/CursorImpl.hpp +++ b/src/Nazara/Platform/SDL2/CursorImpl.hpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/IconImpl.hpp b/src/Nazara/Platform/SDL2/IconImpl.hpp index 0376c51d3..11576f7d7 100644 --- a/src/Nazara/Platform/SDL2/IconImpl.hpp +++ b/src/Nazara/Platform/SDL2/IconImpl.hpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/InputImpl.cpp b/src/Nazara/Platform/SDL2/InputImpl.cpp index 9a2d15025..e6d5a8368 100644 --- a/src/Nazara/Platform/SDL2/InputImpl.cpp +++ b/src/Nazara/Platform/SDL2/InputImpl.cpp @@ -8,10 +8,10 @@ #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include namespace Nz diff --git a/src/Nazara/Platform/SDL2/SDLHelper.hpp b/src/Nazara/Platform/SDL2/SDLHelper.hpp index 840b7c2cb..459cea44e 100644 --- a/src/Nazara/Platform/SDL2/SDLHelper.hpp +++ b/src/Nazara/Platform/SDL2/SDLHelper.hpp @@ -8,8 +8,8 @@ #define NAZARA_PLATFORM_SDL2_SDLHELPER_HPP #include -#include -#include +#include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/VideoModeImpl.cpp b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp index 25f12da4b..2e6b50d17 100644 --- a/src/Nazara/Platform/SDL2/VideoModeImpl.cpp +++ b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/Nazara/Platform/SDL2/WindowImpl.cpp b/src/Nazara/Platform/SDL2/WindowImpl.cpp index 1e20e8002..50908be62 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.cpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.cpp @@ -12,8 +12,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/src/Nazara/Platform/SDL2/WindowImpl.hpp b/src/Nazara/Platform/SDL2/WindowImpl.hpp index 54d3830fd..4037a51a7 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.hpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.hpp @@ -17,9 +17,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include namespace Nz