diff options
author | Joshua Hill | 2010-06-21 03:47:54 -0400 |
---|---|---|
committer | Joshua Hill | 2010-06-21 03:59:31 -0400 |
commit | 930f4b350474435e011b9dca18424dd1c42ea353 (patch) | |
tree | 68b5631b4877710b9aa39e4aa68cbc538bf5d324 /src/idevicerestore.h | |
parent | 24afafe06f902bfd9f5652beb8797f24033c68bc (diff) | |
download | idevicerestore-930f4b350474435e011b9dca18424dd1c42ea353.tar.gz idevicerestore-930f4b350474435e011b9dca18424dd1c42ea353.tar.bz2 |
Finally fixed the out of control problem
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index 7e5873b..1fadf15 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -29,7 +29,6 @@ extern "C" { #include <stdint.h> #include <plist/plist.h> -#include <plist/plist.h> #include "common.h" void usage(int argc, char* argv[]); |