diff options
author | Pierre-Yves Siret <[email protected]> | 2020-04-04 18:37:53 +0200 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2021-07-02 10:11:38 +0200 |
commit | eebac233f780fc0e5e5dc787dcbfd619586e0b07 (patch) | |
tree | db7c29a3baa4c45f3798e29aa49036d27020f45e /src/3rdparty/masm | |
parent | 6f5b371763f95a2a25d9ae6bf138a91be8512730 (diff) |
Remove unneeded dlfcn.h in OSAllocatorPosix.cpp
Commit ef8a27544ac47b0ec2fc8c058d32c5b22650b359 removed the
dependency on libdl in the code but did not remove the corresponding
include
Change-Id: I140fc02882af01eef2c8d714969f40e05371dc79
Reviewed-by: Andrei Golubev <[email protected]>
Diffstat (limited to 'src/3rdparty/masm')
-rw-r--r-- | src/3rdparty/masm/wtf/OSAllocatorPosix.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp b/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp index d59fdcd675..cee6b40599 100644 --- a/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp +++ b/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp @@ -31,7 +31,6 @@ #include <cstdlib> #include "PageAllocation.h" -#include <dlfcn.h> #include <errno.h> #include <sys/mman.h> #include <wtf/Assertions.h> |