OSDN Git Service

the makefile will include elf.h for us #778
authorMike Frysinger <vapier@gentoo.org>
Sat, 7 Oct 2006 06:01:37 +0000 (06:01 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 7 Oct 2006 06:01:37 +0000 (06:01 -0000)
utils/ldd.c
utils/readelf.c

index b454779..e011292 100644 (file)
@@ -27,8 +27,8 @@
 
 #include "bswap.h"
 #include "link.h"
-#include "elf.h"
 #include "dl-defs.h"
+/* makefile will include elf.h for us */
 
 #ifdef DMALLOC
 #include <dmalloc.h>
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)