mesa/glthread: don't include pthread.h
authorMarek Olšák <marek.olsak@amd.com>
Mon, 26 Jun 2017 20:23:15 +0000 (22:23 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Mon, 26 Jun 2017 20:23:31 +0000 (22:23 +0200)
Not needed. This fixes the Windows build.

src/mesa/main/glthread.h

index dd65931478e60a2f9fb8036ed6b37dba0e757280..306246ca1c5c9a60202e597c43a784c675194275 100644 (file)
@@ -47,7 +47,6 @@
 
 #include <inttypes.h>
 #include <stdbool.h>
-#include <pthread.h>
 #include "util/u_queue.h"
 
 enum marshal_dispatch_cmd_id;