libebl: Don't #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.c
authorYonggang Luo <luoyonggang@gmail.com>
Thu, 20 Oct 2022 18:25:42 +0000 (02:25 +0800)
committerMark Wielaard <mark@klomp.org>
Thu, 27 Oct 2022 13:08:10 +0000 (15:08 +0200)
It's not accessed symbols in dlfcn.h in eblclosebackend.c and
eblopenbackend.c

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
libebl/ChangeLog
libebl/eblclosebackend.c
libebl/eblopenbackend.c

index 1954871..6f55a5e 100644 (file)
@@ -1,3 +1,8 @@
+2022-10-21  Yonggang Luo  <luoyonggang@gmail.com>
+
+       * eblclosebackend.c: Remove dlfcn.h include.
+       * eblopenbackend.c: Likewise.
+
 2022-08-08  Andreas Schwab  <schwab@suse.de>
 
        * ebldynamictagname.c (ebl_dynamic_tag_name): Handle DT_RELRSZ,
index 501e5c7..7fa068e 100644 (file)
@@ -30,7 +30,6 @@
 # include <config.h>
 #endif
 
-#include <dlfcn.h>
 #include <stdlib.h>
 
 #include <libeblP.h>
index c665725..02f8065 100644 (file)
@@ -31,7 +31,6 @@
 #endif
 
 #include <assert.h>
-#include <dlfcn.h>
 #include <libelfP.h>
 #include <dwarf.h>
 #include <stdlib.h>