mirror of https://github.com/PCSX2/pcsx2.git
GS: Remove circular header include
This commit is contained in:
parent
4213b4a409
commit
248c8b9da4
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue