Mesa (master): mesa/glthread: don't include pthread.h

Marek Olšák mareko at kemper.freedesktop.org
Mon Jun 26 20:23:51 UTC 2017


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Mon Jun 26 22:23:15 2017 +0200

mesa/glthread: don't include pthread.h

Not needed. This fixes the Windows build.

---

 src/mesa/main/glthread.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/glthread.h b/src/mesa/main/glthread.h
index dd65931478..306246ca1c 100644
--- a/src/mesa/main/glthread.h
+++ b/src/mesa/main/glthread.h
@@ -47,7 +47,6 @@
 
 #include <inttypes.h>
 #include <stdbool.h>
-#include <pthread.h>
 #include "util/u_queue.h"
 
 enum marshal_dispatch_cmd_id;




More information about the mesa-commit mailing list