From 0d813ee51927f201b9738cfe63174cce42a49603 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sun, 18 Dec 2022 09:02:15 -0700 Subject: LibThreading: Remove unused include of This file is not needed here, and causes a compile issue on musl-libc based distributions. We should only be including this file in LibC, for the most part anyway. --- Userland/Libraries/LibThreading/ConditionVariable.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibThreading/ConditionVariable.h b/Userland/Libraries/LibThreading/ConditionVariable.h index cf8b63ef25..6996de7eb9 100644 --- a/Userland/Libraries/LibThreading/ConditionVariable.h +++ b/Userland/Libraries/LibThreading/ConditionVariable.h @@ -9,7 +9,6 @@ #include #include #include -#include #include namespace Threading { -- cgit v1.2.3