Moved OpenGL header include

Former-commit-id: 655be533b7c01ae8817530fe434807ca5be62968
This commit is contained in:
Lynix
2013-08-01 23:21:08 +02:00
parent 29ee943871
commit c276a4a623
14 changed files with 17 additions and 17 deletions

View File

@@ -2,10 +2,10 @@
// This file is part of the "Nazara Engine - Renderer module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Renderer/OpenGL.hpp>
#include <Nazara/Renderer/RenderTexture.hpp>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Renderer/Context.hpp>
#include <Nazara/Renderer/OpenGL.hpp>
#include <Nazara/Renderer/Renderer.hpp>
#include <vector>
#include <Nazara/Renderer/Debug.hpp>