mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
glx: remove unneeded ifdef _WIN32 guard
The C99 header exists on other platforms as well. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
3f16751639
commit
1c1fd82b4b
1 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue