diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-12 04:59:51 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-12 04:59:51 +0000 |
commit | 062a1617dbff8d3a233651c73e319ec1a2a45045 (patch) | |
tree | b25c7a07565e293467e4a9255f95d1135113fa2e /tools/sstrip | |
parent | 20ad1b1cc330dcca6bab4e34da971f232f4adf01 (diff) | |
download | mtk-20170518-062a1617dbff8d3a233651c73e319ec1a2a45045.zip mtk-20170518-062a1617dbff8d3a233651c73e319ec1a2a45045.tar.gz mtk-20170518-062a1617dbff8d3a233651c73e319ec1a2a45045.tar.bz2 |
Revert "[tools] sstrip: Was missing include of <byteswap.h>"
This reverts commit bcb48716d097c16834f222c267c73e847f4a8dd0.
SVN-Revision: 24511
Diffstat (limited to 'tools/sstrip')
-rw-r--r-- | tools/sstrip/src/sstrip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/sstrip/src/sstrip.c b/tools/sstrip/src/sstrip.c index 9d5500d..0508aaa 100644 --- a/tools/sstrip/src/sstrip.c +++ b/tools/sstrip/src/sstrip.c @@ -59,7 +59,6 @@ #include <unistd.h> #include <fcntl.h> #include <elf.h> -#include <byteswap.h> #ifndef TRUE #define TRUE 1 |