diff --git a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp index 60c0fcb08..2a70cfb00 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp @@ -12,8 +12,8 @@ #include #include #include -#include #include +#include namespace Nz { diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.hpp index 1edfe0134..c8782e525 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// Copyright (C) 2023 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.inl b/include/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.inl index adc87d62e..d782b1845 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// Copyright (C) 2023 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.hpp index da1d466ce..798b2be7b 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// Copyright (C) 2023 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.inl b/include/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.inl index 135dd3310..c1e05e48f 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// Copyright (C) 2023 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/HardwareInfoImpl.cpp b/src/Nazara/Core/Posix/HardwareInfoImpl.cpp index e150b6ebf..54f237ade 100644 --- a/src/Nazara/Core/Posix/HardwareInfoImpl.cpp +++ b/src/Nazara/Core/Posix/HardwareInfoImpl.cpp @@ -3,9 +3,9 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include +#include #include #include -#include namespace Nz { diff --git a/src/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.cpp b/src/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.cpp index ffe611a1b..94d15e4f1 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/Web/WebContext.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// Copyright (C) 2023 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.cpp b/src/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.cpp index c6b7dd9cd..cbddd4359 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/Web/WebLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// Copyright (C) 2023 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp