mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +00:00
Everywhere: Refer to dlfcn*.h
by its non-prefixed name
This commit is contained in:
parent
9b728fbe56
commit
27bfb81702
Notes:
sideshowbarker
2024-07-17 07:31:04 +09:00
Author: https://github.com/timschumi
Commit: 27bfb81702
Pull-request: https://github.com/SerenityOS/serenity/pull/14854
8 changed files with 12 additions and 16 deletions
|
@ -5,8 +5,8 @@
|
|||
*/
|
||||
|
||||
#include <AK/Assertions.h>
|
||||
#include <LibDl/dlfcn.h>
|
||||
#include <LibDl/dlfcn_integration.h>
|
||||
#include <dlfcn.h>
|
||||
#include <dlfcn_integration.h>
|
||||
#include <pthread.h>
|
||||
#include <regex.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue