Mesa (master): glx: remove unneeded ifdef _WIN32 guard

Emil Velikov evelikov at kemper.freedesktop.org
Fri Mar 6 16:58:33 UTC 2015


Module: Mesa
Branch: master
Commit: 1c1fd82b4b50fae4644e442b0c2a017f1e428610
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c1fd82b4b50fae4644e442b0c2a017f1e428610

Author: Emil Velikov <emil.l.velikov at 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.velikov at gmail.com>
Reviewed-by: Brian Paul <brianp at 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"




More information about the mesa-commit mailing list