diff options
| author | 2009-01-29 18:47:46 +0100 | |
|---|---|---|
| committer | 2009-01-29 18:47:46 +0100 | |
| commit | c00d8d76c04273f796c3d992300068dd21c7bd3e (patch) | |
| tree | 4a2cf2093b63040b06b5b5deef42080566a8b6e5 /dev | |
| parent | 185294a0f9a689a231d3d0d8cde1864d4b0bdaa0 (diff) | |
| download | libimobiledevice-c00d8d76c04273f796c3d992300068dd21c7bd3e.tar.gz libimobiledevice-c00d8d76c04273f796c3d992300068dd21c7bd3e.tar.bz2 | |
Completly remove libxml dependency and change libplist-1.0 dependency to libplist.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/main.c | 3 | ||||
| -rw-r--r-- | dev/msyncclient.c | 3 |
2 files changed, 0 insertions, 6 deletions
| @@ -24,9 +24,6 @@ | |||
| 24 | #include <errno.h> | 24 | #include <errno.h> |
| 25 | #include <usb.h> | 25 | #include <usb.h> |
| 26 | 26 | ||
| 27 | #include <libxml/parser.h> | ||
| 28 | #include <libxml/tree.h> | ||
| 29 | |||
| 30 | #include <libiphone/libiphone.h> | 27 | #include <libiphone/libiphone.h> |
| 31 | #include "../src/utils.h" | 28 | #include "../src/utils.h" |
| 32 | 29 | ||
diff --git a/dev/msyncclient.c b/dev/msyncclient.c index 2762f04..804e1ed 100644 --- a/dev/msyncclient.c +++ b/dev/msyncclient.c | |||
| @@ -24,9 +24,6 @@ | |||
| 24 | #include <errno.h> | 24 | #include <errno.h> |
| 25 | #include <usb.h> | 25 | #include <usb.h> |
| 26 | 26 | ||
| 27 | #include <libxml/parser.h> | ||
| 28 | #include <libxml/tree.h> | ||
| 29 | |||
| 30 | #include <libiphone/libiphone.h> | 27 | #include <libiphone/libiphone.h> |
| 31 | 28 | ||
| 32 | 29 | ||
