summaryrefslogtreecommitdiff
path: root/src/dispatch_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatch_common.h')
-rw-r--r--src/dispatch_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispatch_common.h b/src/dispatch_common.h
index 7ddbce1..262f34d 100644
--- a/src/dispatch_common.h
+++ b/src/dispatch_common.h
@@ -23,12 +23,12 @@
#include <stdbool.h>
+#include "epoxy/gl.h"
+
#if EPOXY_SUPPORT_WGL
#include "epoxy/wgl.h"
#endif
-#include "epoxy/gl.h"
-
#if EPOXY_SUPPORT_GLX
#include "epoxy/glx.h"
#endif