From: Ian Romanick Date: Mon, 1 Aug 2005 16:30:24 +0000 (+0000) Subject: Fix build problems related to finding Xthreads.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7adcedcd54f6a436512c172e22e98097bfbdbc50;p=mesa.git Fix build problems related to finding Xthreads.h. --- 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"