From 7adcedcd54f6a436512c172e22e98097bfbdbc50 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 1 Aug 2005 16:30:24 +0000 Subject: [PATCH] Fix build problems related to finding Xthreads.h. --- src/glx/x11/glxclient.h | 2 +- src/glx/x11/glxext.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index d76f5667e52..4f29cd1c549 100644 --- a/src/glx/x11/glxclient.h +++ b/src/glx/x11/glxclient.h @@ -61,7 +61,7 @@ #include "glapitable.h" #include "glxextensions.h" #if defined( XTHREADS ) -# include "Xthreads.h" +# include #elif defined( PTHREADS ) # include #endif diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index 980e50621e1..89130a58f80 100644 --- a/src/glx/x11/glxext.c +++ b/src/glx/x11/glxext.c @@ -51,11 +51,6 @@ #include #include "indirect_init.h" #include "glapi.h" -#ifdef XTHREADS -# include "Xthreads.h" -#elif defined(PTHREADS) -# include -#endif #include "glxextensions.h" #include "glcontextmodes.h" #include "glheader.h" -- 2.11.0