From ce7609375646cfb1e7d490579e172c37c74a0589 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 1 Sep 2021 15:48:32 +0200 Subject: Remove common code in favor of new libimobiledevice-glue --- src/afc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afc.h') diff --git a/src/afc.h b/src/afc.h index 3e4ef67..6bfdf56 100644 --- a/src/afc.h +++ b/src/afc.h @@ -28,7 +28,7 @@ #include "libimobiledevice/afc.h" #include "service.h" #include "endianness.h" -#include "common/thread.h" +#include #define AFC_MAGIC "CFA6LPAA" #define AFC_MAGIC_LEN (8) -- cgit v1.1-32-gdbae