Re-order headers to avoid X11 None def
X.h helpfully defines the word "None" because surely no one would ever use that as a token, right? Right?
This commit is contained in:
parent
00c04e74ed
commit
53fea46fed
|
@ -32,8 +32,6 @@
|
|||
#define GL_SILENCE_DEPRECATION 1
|
||||
#endif
|
||||
|
||||
#include <gl_utils.h>
|
||||
|
||||
#include <advanced_config.h>
|
||||
#include <gal/opengl/opengl_gal.h>
|
||||
#include <gal/opengl/utils.h>
|
||||
|
@ -53,6 +51,8 @@
|
|||
#include <profile.h>
|
||||
#include <trace_helpers.h>
|
||||
|
||||
#include <gl_utils.h>
|
||||
|
||||
#include <functional>
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in New Issue