mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +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
|
@ -7,12 +7,8 @@
|
|||
#include <AK/HashMap.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/WeakPtr.h>
|
||||
#ifdef __serenity__
|
||||
# include <LibDl/dlfcn.h>
|
||||
#else
|
||||
# include <dlfcn.h>
|
||||
#endif
|
||||
#include <LibGPU/Driver.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
namespace GPU {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue