mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibThreading: Remove unused include of <sys/cdefs.h>
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.
This commit is contained in:
parent
61573caf53
commit
0d813ee519
Notes:
sideshowbarker
2024-07-17 09:49:33 +09:00
Author: https://github.com/ADKaster
Commit: 0d813ee519
Pull-request: https://github.com/SerenityOS/serenity/pull/16572
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
#include <AK/Function.h>
|
||||
#include <LibThreading/Mutex.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
namespace Threading {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue