From c24b5b0586e255f5f6c5f88412f360091ba1fb59 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sat, 12 Nov 2011 13:04:59 +0000 Subject: [PATCH] [MESA32] Include headers in the proper order. Fixes mesa32 build. svn path=/trunk/; revision=54362 --- reactos/dll/3rdparty/mesa32/src/drivers/windows/gdi/wgl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/3rdparty/mesa32/src/drivers/windows/gdi/wgl.c b/reactos/dll/3rdparty/mesa32/src/drivers/windows/gdi/wgl.c index 13c1935e8b9..0a26f4d9387 100644 --- a/reactos/dll/3rdparty/mesa32/src/drivers/windows/gdi/wgl.c +++ b/reactos/dll/3rdparty/mesa32/src/drivers/windows/gdi/wgl.c @@ -35,8 +35,8 @@ #include #include -#include #include +#include # if defined(BUILD_GL32) # define WINGDIAPI __declspec(dllexport)