diff options
| author | 2011-09-03 02:10:48 +0200 | |
|---|---|---|
| committer | 2012-03-18 20:40:54 +0100 | |
| commit | dcb85727c3649c254c985d840aa2efb36f727872 (patch) | |
| tree | 0f6f551b70bd845f57d5a044915e617a1bd40ac6 /src/mobilesync.c | |
| parent | 6a83ef58a1032e3b336587e2f3a19659ae325c25 (diff) | |
| download | libimobiledevice-dcb85727c3649c254c985d840aa2efb36f727872.tar.gz libimobiledevice-dcb85727c3649c254c985d840aa2efb36f727872.tar.bz2 | |
Completely remove glib dependency.
Diffstat (limited to 'src/mobilesync.c')
| -rw-r--r-- | src/mobilesync.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c index e600452..9b31ad5 100644 --- a/src/mobilesync.c +++ b/src/mobilesync.c | |||
| @@ -27,7 +27,6 @@ | |||
| 27 | #include <string.h> | 27 | #include <string.h> |
| 28 | #include <stdlib.h> | 28 | #include <stdlib.h> |
| 29 | #include <stdio.h> | 29 | #include <stdio.h> |
| 30 | #include <glib.h> | ||
| 31 | 30 | ||
| 32 | #include "mobilesync.h" | 31 | #include "mobilesync.h" |
| 33 | #include "device_link_service.h" | 32 | #include "device_link_service.h" |
