diff options
author | 2021-09-01 15:48:32 +0200 | |
---|---|---|
committer | 2021-09-01 15:48:32 +0200 | |
commit | ce7609375646cfb1e7d490579e172c37c74a0589 (patch) | |
tree | 0e0855e3c3971fc831c1378c35169990fb21cb13 /src/mobile_image_mounter.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/mobile_image_mounter.h')
-rw-r--r-- | src/mobile_image_mounter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobile_image_mounter.h b/src/mobile_image_mounter.h index e9754e4..55c9cf2 100644 --- a/src/mobile_image_mounter.h +++ b/src/mobile_image_mounter.h | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | #include "libimobiledevice/mobile_image_mounter.h" | 25 | #include "libimobiledevice/mobile_image_mounter.h" |
26 | #include "property_list_service.h" | 26 | #include "property_list_service.h" |
27 | #include "common/thread.h" | 27 | #include <libimobiledevice-glue/thread.h> |
28 | 28 | ||
29 | struct mobile_image_mounter_client_private { | 29 | struct mobile_image_mounter_client_private { |
30 | property_list_service_client_t parent; | 30 | property_list_service_client_t parent; |