[PATCH 03/25] libebl: There is no need #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.c

Yonggang Luo luoyonggang@gmail.com
Thu Oct 20 18:25:42 GMT 2022


It's not accessed symbols in dlfcn.h in eblclosebackend.c and eblopenbackend.c

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 libebl/eblclosebackend.c | 1 -
 libebl/eblopenbackend.c  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/libebl/eblclosebackend.c b/libebl/eblclosebackend.c
index 501e5c7b..7fa068ec 100644
--- a/libebl/eblclosebackend.c
+++ b/libebl/eblclosebackend.c
@@ -30,7 +30,6 @@
 # include <config.h>
 #endif
 
-#include <dlfcn.h>
 #include <stdlib.h>
 
 #include <libeblP.h>
diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c
index c6657252..02f80653 100644
--- a/libebl/eblopenbackend.c
+++ b/libebl/eblopenbackend.c
@@ -31,7 +31,6 @@
 #endif
 
 #include <assert.h>
-#include <dlfcn.h>
 #include <libelfP.h>
 #include <dwarf.h>
 #include <stdlib.h>
-- 
2.36.1.windows.1



More information about the Elfutils-devel mailing list