diff options
author | 2021-09-01 15:48:32 +0200 | |
---|---|---|
committer | 2021-09-01 15:48:32 +0200 | |
commit | ce7609375646cfb1e7d490579e172c37c74a0589 (patch) | |
tree | 0e0855e3c3971fc831c1378c35169990fb21cb13 /src/afc.h | |
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/afc.h')
-rw-r--r-- | src/afc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ | |||
28 | #include "libimobiledevice/afc.h" | 28 | #include "libimobiledevice/afc.h" |
29 | #include "service.h" | 29 | #include "service.h" |
30 | #include "endianness.h" | 30 | #include "endianness.h" |
31 | #include "common/thread.h" | 31 | #include <libimobiledevice-glue/thread.h> |
32 | 32 | ||
33 | #define AFC_MAGIC "CFA6LPAA" | 33 | #define AFC_MAGIC "CFA6LPAA" |
34 | #define AFC_MAGIC_LEN (8) | 34 | #define AFC_MAGIC_LEN (8) |