diff options
author | Emil Velikov <[email protected]> | 2015-03-05 23:48:29 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-06 16:49:03 +0000 |
commit | 1c1fd82b4b50fae4644e442b0c2a017f1e428610 (patch) | |
tree | b60be3c6c7354df43ce2efada05b16dc691a41ec /src | |
parent | 3f167516399c8e20478bb0081a24ab7ac155b093 (diff) |
glx: remove unneeded ifdef _WIN32 guard
The C99 header exists on other platforms as well.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/glxclient.h | 2 |
1 files changed, 0 insertions, 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 <stdlib.h> #include <stdio.h> #include <pthread.h> -#ifdef _WIN32 #include <stdint.h> -#endif #include "GL/glxproto.h" #include "glxconfig.h" #include "glxhash.h" |