diff options
| author | 2010-03-23 06:01:02 +0100 | |
|---|---|---|
| committer | 2010-03-24 14:11:29 +0100 | |
| commit | c39f08af9aca0f8b86c713345e2055e408b560dd (patch) | |
| tree | f4ceec8ffc7ada515080415d6710824c433046ed /src/mobile_image_mounter.c | |
| parent | eced427b5e69e7422e5f16bf367be34668224f88 (diff) | |
| download | libimobiledevice-c39f08af9aca0f8b86c713345e2055e408b560dd.tar.gz libimobiledevice-c39f08af9aca0f8b86c713345e2055e408b560dd.tar.bz2 | |
Remove unused and fix some includes
Diffstat (limited to 'src/mobile_image_mounter.c')
| -rw-r--r-- | src/mobile_image_mounter.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mobile_image_mounter.c b/src/mobile_image_mounter.c index 9c50084..367bee0 100644 --- a/src/mobile_image_mounter.c +++ b/src/mobile_image_mounter.c | |||
| @@ -20,10 +20,8 @@ | |||
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include <string.h> | 22 | #include <string.h> |
| 23 | #include <stdio.h> | ||
| 24 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 25 | #include <unistd.h> | 24 | #include <unistd.h> |
| 26 | #include <arpa/inet.h> | ||
| 27 | #include <plist/plist.h> | 25 | #include <plist/plist.h> |
| 28 | 26 | ||
| 29 | #include "mobile_image_mounter.h" | 27 | #include "mobile_image_mounter.h" |
