GS: Remove circular header include

This commit is contained in:
TellowKrinkle 2021-07-11 02:22:09 -05:00 committed by tellowkrinkle
parent 4213b4a409
commit 248c8b9da4
2 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,6 @@
#define _M_AMD64
#endif
#include <GL/gl.h>
#include <GL/glext.h>
#include "Renderers/OpenGL/GLLoader.h"
#include "Renderers/OpenGL/PFN_GLLOADER_HPP.h"

View File

@ -15,6 +15,9 @@
#pragma once
#include <GL/gl.h>
#include <GL/glext.h>
#define GL_TEX_LEVEL_0 (0)
#define GL_TEX_LEVEL_1 (1)
#define GL_FB_DEFAULT (0)
@ -99,7 +102,6 @@
#define ENABLE_GL_VERSION_4_5 1
// #define ENABLE_GL_VERSION_4_6 1
#include "GS.h"
// FIX compilation issue with Mesa 10
#include "glext_extra.h"