From 25ea7aa5cd15e38f39463053428ac4138fd4ac14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Mon, 26 Jun 2017 22:23:15 +0200 Subject: [PATCH] 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 dd65931478e..306246ca1c5 100644 --- a/src/mesa/main/glthread.h +++ b/src/mesa/main/glthread.h @@ -47,7 +47,6 @@ #include #include -#include #include "util/u_queue.h" enum marshal_dispatch_cmd_id; -- 2.30.2