projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6748f1
)
mesa/glthread: don't include pthread.h
author
Marek Olšák
<marek.olsak@amd.com>
Mon, 26 Jun 2017 20:23:15 +0000
(22:23 +0200)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/glthread.h
b/src/mesa/main/glthread.h
index dd65931478e60a2f9fb8036ed6b37dba0e757280..306246ca1c5c9a60202e597c43a784c675194275 100644
(file)
--- 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;