Module: Mesa Branch: master Commit: 1c1fd82b4b50fae4644e442b0c2a017f1e428610 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c1fd82b4b50fae4644e442b0c2a017f1e428610
Author: Emil Velikov <emil.l.veli...@gmail.com> Date: Thu Mar 5 23:48:29 2015 +0000 glx: remove unneeded ifdef _WIN32 guard The C99 header exists on other platforms as well. Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com> Reviewed-by: Brian Paul <bri...@vmware.com> --- src/glx/glxclient.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 4211d31..30c9e52 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -48,9 +48,7 @@ #include <stdlib.h> #include <stdio.h> #include <pthread.h> -#ifdef _WIN32 #include <stdint.h> -#endif #include "GL/glxproto.h" #include "glxconfig.h" #include "glxhash.h" _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit