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:
Seth Hillbrand 2022-10-19 20:03:13 -07:00
parent 00c04e74ed
commit 53fea46fed
1 changed files with 2 additions and 2 deletions

View File

@ -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>