diff options
author | 2021-09-01 15:48:32 +0200 | |
---|---|---|
committer | 2021-09-01 15:48:32 +0200 | |
commit | ce7609375646cfb1e7d490579e172c37c74a0589 (patch) | |
tree | 0e0855e3c3971fc831c1378c35169990fb21cb13 /tools/idevicebackup2.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 'tools/idevicebackup2.c')
-rw-r--r-- | tools/idevicebackup2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index 6ed852f..7c8503e 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c | |||
@@ -45,7 +45,7 @@ | |||
45 | #include <libimobiledevice/installation_proxy.h> | 45 | #include <libimobiledevice/installation_proxy.h> |
46 | #include <libimobiledevice/sbservices.h> | 46 | #include <libimobiledevice/sbservices.h> |
47 | #include <libimobiledevice/diagnostics_relay.h> | 47 | #include <libimobiledevice/diagnostics_relay.h> |
48 | #include "common/utils.h" | 48 | #include <libimobiledevice-glue/utils.h> |
49 | 49 | ||
50 | #include <endianness.h> | 50 | #include <endianness.h> |
51 | 51 | ||