Simplify includes
[centaur.git] / src / elfops / section-by-name.c
index 16971405474053a02586f193b988ab8693aa40ec..8bb93a39922052f4ee484a96b9956b886ffbe996 100644 (file)
@@ -1,12 +1,8 @@
 #include <string.h>
-
-#include <libelf.h>
-#include <gelf.h>
-
 #include <libelfu/libelfu.h>
 
 
-Elf_Scn* elfu_sectionByName(Elf *e, char *name)
+Elf_Scn* elfu_eScnByName(Elf *e, char *name)
 {
   size_t shstrndx;
   Elf_Scn *scn;