Simplify includes
[centaur.git] / include / libelfu / elfops.h
index 58da4cf2f17970c8408ec88e38a35b41f3ae39b9..73c7aeca5dc4f0f43accc7d0aad67484a8dc8159 100644 (file)
@@ -1,12 +1,14 @@
 #ifndef __LIBELFU_ELFOPS_H_
 #define __LIBELFU_ELFOPS_H_
 
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
+#include <libelf.h>
+#include <gelf.h>
 
 #include <libelfu/types.h>
 
 
+int elfu_eCheck(Elf *e);
+
    char* elfu_eScnName(Elf *e, Elf_Scn *scn);
 Elf_Scn* elfu_eScnByName(Elf *e, char *name);