]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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 19548718ddc90e79b2911953831c3f3f6951c8e0..6f55a5e76ba9abc467d19873f67142591acf3c3f 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 501e5c7b6b79324de10364eaea8f2291f74af7fd..7fa068ec04012e7b132e78eb34499c744c6d1abf 100644 (file)
@@ -30,7 +30,6 @@
 # include <config.h>
 #endif
 
-#include <dlfcn.h>
 #include <stdlib.h>
 
 #include <libeblP.h>
index c6657252c0af890353042f2cf269ef2f0268b455..02f80653068dd25874b914217ce69261c0e17e5a 100644 (file)
@@ -31,7 +31,6 @@
 #endif
 
 #include <assert.h>
-#include <dlfcn.h>
 #include <libelfP.h>
 #include <dwarf.h>
 #include <stdlib.h>