mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Everywhere: Refer to dlfcn*.h
by its non-prefixed name
This commit is contained in:
parent
9b728fbe56
commit
27bfb81702
8 changed files with 12 additions and 16 deletions
|
@ -12,9 +12,9 @@
|
|||
#include <AK/RefCounted.h>
|
||||
#include <AK/String.h>
|
||||
#include <LibC/elf.h>
|
||||
#include <LibDl/dlfcn_integration.h>
|
||||
#include <LibELF/DynamicObject.h>
|
||||
#include <LibELF/Image.h>
|
||||
#include <dlfcn_integration.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
namespace ELF {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue