diff options
| author | 2011-09-03 02:10:48 +0200 | |
|---|---|---|
| committer | 2012-03-18 20:40:54 +0100 | |
| commit | dcb85727c3649c254c985d840aa2efb36f727872 (patch) | |
| tree | 0f6f551b70bd845f57d5a044915e617a1bd40ac6 /src/restore.c | |
| parent | 6a83ef58a1032e3b336587e2f3a19659ae325c25 (diff) | |
| download | libimobiledevice-dcb85727c3649c254c985d840aa2efb36f727872.tar.gz libimobiledevice-dcb85727c3649c254c985d840aa2efb36f727872.tar.bz2 | |
Completely remove glib dependency.
Diffstat (limited to 'src/restore.c')
| -rw-r--r-- | src/restore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c index 031eaea..eedddab 100644 --- a/src/restore.c +++ b/src/restore.c | |||
| @@ -23,7 +23,6 @@ | |||
| 23 | #include <errno.h> | 23 | #include <errno.h> |
| 24 | #include <string.h> | 24 | #include <string.h> |
| 25 | #include <stdlib.h> | 25 | #include <stdlib.h> |
| 26 | #include <glib.h> | ||
| 27 | #include <plist/plist.h> | 26 | #include <plist/plist.h> |
| 28 | 27 | ||
| 29 | #include "property_list_service.h" | 28 | #include "property_list_service.h" |
