Revert "[tools] sstrip: Was missing include of <byteswap.h>"
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 04:59:51 +0000 (04:59 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 04:59:51 +0000 (04:59 +0000)
This reverts commit bcb48716d097c16834f222c267c73e847f4a8dd0.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24511 3c298f89-4303-0410-b956-a3cf2f4a3e73

tools/sstrip/src/sstrip.c

index 9d5500d..0508aaa 100644 (file)
@@ -59,7 +59,6 @@
 #include       <unistd.h>
 #include       <fcntl.h>
 #include       <elf.h>
-#include       <byteswap.h>
 
 #ifndef TRUE
 #define        TRUE            1