mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Everywhere: Refer to pthread.h
by its non-prefixed name
This removes a bit of noise from the following patches, where we will move the `pthread.h` header out of the `LibPthread` directory.
This commit is contained in:
parent
268c146c04
commit
e156f79f53
Notes:
sideshowbarker
2024-07-17 08:48:09 +09:00
Author: https://github.com/timschumi
Commit: e156f79f53
Pull-request: https://github.com/SerenityOS/serenity/pull/14453
Reviewed-by: https://github.com/linusg
7 changed files with 7 additions and 7 deletions
|
@ -12,12 +12,12 @@
|
|||
#include <AK/Types.h>
|
||||
#include <AK/Utf8View.h>
|
||||
#include <LibELF/AuxiliaryVector.h>
|
||||
#include <LibPthread/pthread.h>
|
||||
#include <alloca.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
#include <spawn.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue