From 2ec0ed2c3808a96579329cee913fc95aaec8dc79 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Sep 2017 05:22:50 +0300 Subject: Fix compilation warning with mesa 17.3.0. --- src/utils/glxhelper.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp index 3512c3140..8525111dc 100644 --- a/src/utils/glxhelper.cpp +++ b/src/utils/glxhelper.cpp @@ -25,11 +25,12 @@ #include "logger.h" #include "render/opengl/mglcheck.h" -#include "render/opengl/mgldefines.h" -RENDER_OPENGL_MGLDEFINES_H #include "render/openglx/mglx.h" +#include "render/opengl/mgldefines.h" +RENDER_OPENGL_MGLDEFINES_H + #include "debug.h" static int ErrorHandler(Display *d A_UNUSED, XErrorEvent *e A_UNUSED) -- cgit v1.2.3-60-g2f50