From: Emil Velikov Date: Thu, 5 Mar 2015 23:48:29 +0000 (+0000) Subject: glx: remove unneeded ifdef _WIN32 guard X-Git-Tag: android-x86-6.0-r1~11441 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1c1fd82b4b50fae4644e442b0c2a017f1e428610;p=android-x86%2Fexternal-mesa.git glx: remove unneeded ifdef _WIN32 guard The C99 header exists on other platforms as well. Signed-off-by: Emil Velikov Reviewed-by: Brian Paul --- diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 4211d31d6dd..30c9e521395 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -48,9 +48,7 @@ #include #include #include -#ifdef _WIN32 #include -#endif #include "GL/glxproto.h" #include "glxconfig.h" #include "glxhash.h"