diff options
author | Marek Olšák <[email protected]> | 2017-06-26 22:23:15 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-06-26 22:23:31 +0200 |
commit | 25ea7aa5cd15e38f39463053428ac4138fd4ac14 (patch) | |
tree | 9463daa8eaebb21e16492ab2384a7049dad1be23 /src | |
parent | d6748f1fc4e5d8e5ebc3b2bf04a0c69eb9dedf2b (diff) |
mesa/glthread: don't include pthread.h
Not needed. This fixes the Windows build.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/glthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/glthread.h b/src/mesa/main/glthread.h index dd65931478e..306246ca1c5 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; |