From c53602cf09a9dec0b82e0f2cfd46616cf7b4ccff Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 1 Sep 2021 15:57:09 +0200 Subject: Remove common code in favor of libimobiledevice-glue --- src/normal.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/normal.c') 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) { -- cgit v1.1-32-gdbae