summaryrefslogtreecommitdiffstats
path: root/src/normal.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-09-01 15:57:09 +0200
committerGravatar Nikias Bassen2021-09-01 15:57:09 +0200
commitc53602cf09a9dec0b82e0f2cfd46616cf7b4ccff (patch)
tree6b8097d7d02d0aa11f470fe06df71400a8190f32 /src/normal.c
parent9a9ad5dab9a88705bb0b3261220ba2a52acc31dc (diff)
downloadidevicerestore-c53602cf09a9dec0b82e0f2cfd46616cf7b4ccff.tar.gz
idevicerestore-c53602cf09a9dec0b82e0f2cfd46616cf7b4ccff.tar.bz2
Remove common code in favor of libimobiledevice-glue
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index 301dbbe..15d3e29 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -33,7 +33,6 @@
#include "common.h"
#include "normal.h"
#include "recovery.h"
-#include "thread.h"
static int normal_idevice_new(struct idevicerestore_client_t* client, idevice_t* device)
{