OSDN Git Service

the makefile will include elf.h for us #778
[uclinux-h8/uClibc.git] / utils / readelf.c
index d562b11..0ff5d25 100644 (file)
@@ -24,8 +24,8 @@
 #include <sys/types.h>
 
 #include "bswap.h"
-#include "elf.h"
 #include "link.h"
+/* makefile will include elf.h for us */
 
 int byteswap;
 inline uint32_t byteswap32_to_host(uint32_t value)