[Mesa-dev] [PATCH 2/2] glx: remove unneeded ifdef _WIN32 guard

Emil Velikov emil.l.velikov at gmail.com
Fri Mar 6 04:34:27 PST 2015


The C99 header exists on other platforms as well.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/glx/glxclient.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index a140c87..122ae5d 100644
--- a/src/glx/glxclient.h
+++ b/src/glx/glxclient.h
@@ -47,9 +47,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
-#ifdef _WIN32
 #include <stdint.h>
-#endif
 #include "GL/glxproto.h"
 #include "glxconfig.h"
 #include "glxhash.h"
-- 
2.1.3



More information about the mesa-dev mailing list