Everywhere: Refer to dlfcn*.h by its non-prefixed name

This commit is contained in:
Tim Schumacher 2022-08-13 20:49:58 +02:00 committed by Linus Groh
commit 27bfb81702
Notes: sideshowbarker 2024-07-17 07:31:04 +09:00
8 changed files with 12 additions and 16 deletions

View file

@ -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 {