diff options
author | Nikias Bassen | 2013-03-20 04:36:25 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-03-20 04:36:25 +0100 |
commit | a49c508bc489199f1f352be1f5aaaafb07c10506 (patch) | |
tree | 44192aed229a305d26d187669e96017da1d6f7ac /tools | |
parent | edc30f0273f38e61167fcbec7da3d0fb8db03b04 (diff) | |
download | libimobiledevice-a49c508bc489199f1f352be1f5aaaafb07c10506.tar.gz libimobiledevice-a49c508bc489199f1f352be1f5aaaafb07c10506.tar.bz2 |
idevicesyslog: removed unused header include
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicesyslog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index d7e7463..32163e6 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c @@ -35,7 +35,6 @@ #include <libimobiledevice/libimobiledevice.h> #include <libimobiledevice/lockdown.h> -#include <endianness.h> #include "../src/service.h" static int quit_flag = 0; |