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/companion_proxy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/companion_proxy.c') diff --git a/src/companion_proxy.c b/src/companion_proxy.c index f09b416..92bc7f1 100644 --- a/src/companion_proxy.c +++ b/src/companion_proxy.c @@ -29,7 +29,6 @@ #include "companion_proxy.h" #include "lockdown.h" #include "common/debug.h" -#include "common/thread.h" /** * Convert a property_list_service_error_t value to a companion_proxy_error_t value. -- cgit v1.1-32-gdbae