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/idevice.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/idevice.c') diff --git a/src/idevice.c b/src/idevice.c index 869ecac..4545bfa 100644 --- a/src/idevice.c +++ b/src/idevice.c @@ -48,10 +48,11 @@ #error No supported TLS/SSL library enabled #endif +#include +#include + #include "idevice.h" #include "common/userpref.h" -#include "common/socket.h" -#include "common/thread.h" #include "common/debug.h" #ifdef WIN32 -- cgit v1.1-32-gdbae