diff options
author | 2021-09-01 15:48:32 +0200 | |
---|---|---|
committer | 2021-09-01 15:48:32 +0200 | |
commit | ce7609375646cfb1e7d490579e172c37c74a0589 (patch) | |
tree | 0e0855e3c3971fc831c1378c35169990fb21cb13 /src/idevice.c | |
parent | 24abbb9450c723617e10a6843978aa04a576523e (diff) | |
download | libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.gz libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.bz2 |
Remove common code in favor of new libimobiledevice-glue
Diffstat (limited to 'src/idevice.c')
-rw-r--r-- | src/idevice.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
48 | #error No supported TLS/SSL library enabled | 48 | #error No supported TLS/SSL library enabled |
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | #include <libimobiledevice-glue/socket.h> | ||
52 | #include <libimobiledevice-glue/thread.h> | ||
53 | |||
51 | #include "idevice.h" | 54 | #include "idevice.h" |
52 | #include "common/userpref.h" | 55 | #include "common/userpref.h" |
53 | #include "common/socket.h" | ||
54 | #include "common/thread.h" | ||
55 | #include "common/debug.h" | 56 | #include "common/debug.h" |
56 | 57 | ||
57 | #ifdef WIN32 | 58 | #ifdef WIN32 |