diff options
| author | 2010-03-23 06:01:02 +0100 | |
|---|---|---|
| committer | 2010-03-24 14:11:29 +0100 | |
| commit | c39f08af9aca0f8b86c713345e2055e408b560dd (patch) | |
| tree | f4ceec8ffc7ada515080415d6710824c433046ed /src/property_list_service.c | |
| parent | eced427b5e69e7422e5f16bf367be34668224f88 (diff) | |
| download | libimobiledevice-c39f08af9aca0f8b86c713345e2055e408b560dd.tar.gz libimobiledevice-c39f08af9aca0f8b86c713345e2055e408b560dd.tar.bz2 | |
Remove unused and fix some includes
Diffstat (limited to 'src/property_list_service.c')
| -rw-r--r-- | src/property_list_service.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/property_list_service.c b/src/property_list_service.c index 56e735b..eaf0b30 100644 --- a/src/property_list_service.c +++ b/src/property_list_service.c | |||
| @@ -20,8 +20,7 @@ | |||
| 20 | */ | 20 | */ |
| 21 | #include <stdlib.h> | 21 | #include <stdlib.h> |
| 22 | #include <string.h> | 22 | #include <string.h> |
| 23 | #include <errno.h> | 23 | #include <netinet/in.h> |
| 24 | #include <arpa/inet.h> | ||
| 25 | 24 | ||
| 26 | #include "property_list_service.h" | 25 | #include "property_list_service.h" |
| 27 | #include "idevice.h" | 26 | #include "idevice.h" |
