diff --git a/src/Nazara/Renderer/GLX/Display.cpp b/src/Nazara/Renderer/GLX/Display.cpp index e8c3b51cd..f9ffd14fa 100644 --- a/src/Nazara/Renderer/GLX/Display.cpp +++ b/src/Nazara/Renderer/GLX/Display.cpp @@ -2,9 +2,9 @@ // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp -#include +#include #include -#include +#include #include #include #include diff --git a/src/Nazara/Renderer/GLX/ScopedXCB.cpp b/src/Nazara/Renderer/GLX/ScopedXCB.cpp index 34725ec01..576f918f2 100644 --- a/src/Nazara/Renderer/GLX/ScopedXCB.cpp +++ b/src/Nazara/Renderer/GLX/ScopedXCB.cpp @@ -2,9 +2,9 @@ // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp -#include +#include #include -#include +#include #include #include diff --git a/src/Nazara/Renderer/GLX/ScopedXCB.hpp b/src/Nazara/Renderer/GLX/ScopedXCB.hpp index 5070cc666..dc9a4ff1d 100644 --- a/src/Nazara/Renderer/GLX/ScopedXCB.hpp +++ b/src/Nazara/Renderer/GLX/ScopedXCB.hpp @@ -96,6 +96,6 @@ namespace Nz }; } -#include +#include #endif // NAZARA_SCOPEDXCB_HPP