diff options
Diffstat (limited to 'src/recovery.c')
-rw-r--r-- | src/recovery.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/recovery.c b/src/recovery.c index 2127398..4c48e0a 100644 --- a/src/recovery.c +++ b/src/recovery.c @@ -26,12 +26,11 @@ #include <libimobiledevice/restore.h> #include <libimobiledevice/libimobiledevice.h> +#include "idevicerestore.h" #include "tss.h" #include "img3.h" -#include "common.h" #include "restore.h" #include "recovery.h" -#include "idevicerestore.h" int recovery_progress_callback(irecv_client_t client, const irecv_event_t* event) { if (event->type == IRECV_PROGRESS) { |