From 1c1fd82b4b50fae4644e442b0c2a017f1e428610 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 5 Mar 2015 23:48:29 +0000 Subject: [PATCH] glx: remove unneeded ifdef _WIN32 guard The C99 header exists on other platforms as well. Signed-off-by: Emil Velikov Reviewed-by: Brian Paul --- src/glx/glxclient.h | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.30.2