Fix build problems related to finding Xthreads.h.

This commit is contained in:
Ian Romanick
2005-08-01 16:30:24 +00:00
parent 29206ae569
commit 7adcedcd54
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
#include "glapitable.h"
#include "glxextensions.h"
#if defined( XTHREADS )
# include "Xthreads.h"
# include <X11/Xthreads.h>
#elif defined( PTHREADS )
# include <pthread.h>
#endif
-5
View File
@@ -51,11 +51,6 @@
#include <assert.h>
#include "indirect_init.h"
#include "glapi.h"
#ifdef XTHREADS
# include "Xthreads.h"
#elif defined(PTHREADS)
# include <pthread.h>
#endif
#include "glxextensions.h"
#include "glcontextmodes.h"
#include "glheader.h"