diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | src/afc.c | 1 | ||||
| -rw-r--r-- | src/afc.h | 4 | ||||
| -rw-r--r-- | src/idevice.c | 1 | ||||
| -rw-r--r-- | src/idevice.h | 1 | ||||
| -rw-r--r-- | src/installation_proxy.c | 1 | ||||
| -rw-r--r-- | src/lockdown.c | 2 | ||||
| -rw-r--r-- | src/lockdown.h | 1 | ||||
| -rw-r--r-- | src/mobile_image_mounter.c | 2 | ||||
| -rw-r--r-- | src/mobilebackup.c | 1 | ||||
| -rw-r--r-- | src/mobilesync.c | 1 | ||||
| -rw-r--r-- | src/notification_proxy.c | 2 | ||||
| -rw-r--r-- | src/property_list_service.c | 3 | ||||
| -rw-r--r-- | src/sbservices.c | 1 | ||||
| -rw-r--r-- | src/screenshotr.c | 1 |
15 files changed, 3 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac index e7e2cb4..aaad326 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -41,7 +41,7 @@ AC_CHECK_LIB(gcrypt, gcry_control, [AC_SUBST(libgcrypt_LIBS,[-lgcrypt])], ["libg | |||
| 41 | 41 | ||
| 42 | # Checks for header files. | 42 | # Checks for header files. |
| 43 | AC_HEADER_STDC | 43 | AC_HEADER_STDC |
| 44 | AC_CHECK_HEADERS([arpa/inet.h stdint.h stdlib.h string.h gcrypt.h]) | 44 | AC_CHECK_HEADERS([netinet/in.h stdint.h stdlib.h string.h gcrypt.h]) |
| 45 | 45 | ||
| 46 | # Checks for typedefs, structures, and compiler characteristics. | 46 | # Checks for typedefs, structures, and compiler characteristics. |
| 47 | AC_C_CONST | 47 | AC_C_CONST |
| @@ -22,6 +22,7 @@ | |||
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 24 | #include <unistd.h> | 24 | #include <unistd.h> |
| 25 | #include <string.h> | ||
| 25 | 26 | ||
| 26 | #include "afc.h" | 27 | #include "afc.h" |
| 27 | #include "idevice.h" | 28 | #include "idevice.h" |
| @@ -19,10 +19,6 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include <string.h> | ||
| 23 | #include <stdio.h> | ||
| 24 | #include <stdlib.h> | ||
| 25 | #include <sys/stat.h> | ||
| 26 | #include <glib.h> | 22 | #include <glib.h> |
| 27 | #include <stdint.h> | 23 | #include <stdint.h> |
| 28 | 24 | ||
diff --git a/src/idevice.c b/src/idevice.c index b72b623..4917b42 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
| @@ -23,7 +23,6 @@ | |||
| 23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 24 | #include <string.h> | 24 | #include <string.h> |
| 25 | #include <errno.h> | 25 | #include <errno.h> |
| 26 | #include <arpa/inet.h> | ||
| 27 | 26 | ||
| 28 | #include <usbmuxd.h> | 27 | #include <usbmuxd.h> |
| 29 | #include <gnutls/gnutls.h> | 28 | #include <gnutls/gnutls.h> |
diff --git a/src/idevice.h b/src/idevice.h index 5d83e4c..a4ce251 100644 --- a/src/idevice.h +++ b/src/idevice.h | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #ifndef IDEVICE_H | 21 | #ifndef IDEVICE_H |
| 22 | #define IDEVICE_H | 22 | #define IDEVICE_H |
| 23 | 23 | ||
| 24 | #include <plist/plist.h> | ||
| 25 | #include <gnutls/gnutls.h> | 24 | #include <gnutls/gnutls.h> |
| 26 | 25 | ||
| 27 | #include "libimobiledevice/libimobiledevice.h" | 26 | #include "libimobiledevice/libimobiledevice.h" |
diff --git a/src/installation_proxy.c b/src/installation_proxy.c index 40e4bc5..c26318a 100644 --- a/src/installation_proxy.c +++ b/src/installation_proxy.c | |||
| @@ -22,7 +22,6 @@ | |||
| 22 | #include <string.h> | 22 | #include <string.h> |
| 23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 24 | #include <unistd.h> | 24 | #include <unistd.h> |
| 25 | #include <arpa/inet.h> | ||
| 26 | #include <plist/plist.h> | 25 | #include <plist/plist.h> |
| 27 | 26 | ||
| 28 | #include "installation_proxy.h" | 27 | #include "installation_proxy.h" |
diff --git a/src/lockdown.c b/src/lockdown.c index 515c58e..60b57b1 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -19,8 +19,6 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include <arpa/inet.h> | ||
| 23 | #include <errno.h> | ||
| 24 | #include <string.h> | 22 | #include <string.h> |
| 25 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 26 | #include <glib.h> | 24 | #include <glib.h> |
diff --git a/src/lockdown.h b/src/lockdown.h index bf3ac38..a25e59d 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -23,7 +23,6 @@ | |||
| 23 | #define LOCKDOWND_H | 23 | #define LOCKDOWND_H |
| 24 | 24 | ||
| 25 | #include <gnutls/gnutls.h> | 25 | #include <gnutls/gnutls.h> |
| 26 | #include <string.h> | ||
| 27 | 26 | ||
| 28 | #include "libimobiledevice/lockdown.h" | 27 | #include "libimobiledevice/lockdown.h" |
| 29 | #include "property_list_service.h" | 28 | #include "property_list_service.h" |
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" |
diff --git a/src/mobilebackup.c b/src/mobilebackup.c index 15da0a1..0005284 100644 --- a/src/mobilebackup.c +++ b/src/mobilebackup.c | |||
| @@ -22,7 +22,6 @@ | |||
| 22 | #include <plist/plist.h> | 22 | #include <plist/plist.h> |
| 23 | #include <string.h> | 23 | #include <string.h> |
| 24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
| 25 | #include <arpa/inet.h> | ||
| 26 | 25 | ||
| 27 | #include "mobilebackup.h" | 26 | #include "mobilebackup.h" |
| 28 | #include "device_link_service.h" | 27 | #include "device_link_service.h" |
diff --git a/src/mobilesync.c b/src/mobilesync.c index 47fcfdf..b5b9453 100644 --- a/src/mobilesync.c +++ b/src/mobilesync.c | |||
| @@ -22,7 +22,6 @@ | |||
| 22 | #include <plist/plist.h> | 22 | #include <plist/plist.h> |
| 23 | #include <string.h> | 23 | #include <string.h> |
| 24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
| 25 | #include <arpa/inet.h> | ||
| 26 | 25 | ||
| 27 | #include "mobilesync.h" | 26 | #include "mobilesync.h" |
| 28 | #include "device_link_service.h" | 27 | #include "device_link_service.h" |
diff --git a/src/notification_proxy.c b/src/notification_proxy.c index 7d84e30..c0f718e 100644 --- a/src/notification_proxy.c +++ b/src/notification_proxy.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 "notification_proxy.h" | 27 | #include "notification_proxy.h" |
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" |
diff --git a/src/sbservices.c b/src/sbservices.c index 076e25d..2678e24 100644 --- a/src/sbservices.c +++ b/src/sbservices.c | |||
| @@ -22,7 +22,6 @@ | |||
| 22 | #include <string.h> | 22 | #include <string.h> |
| 23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 24 | #include <unistd.h> | 24 | #include <unistd.h> |
| 25 | #include <arpa/inet.h> | ||
| 26 | #include <plist/plist.h> | 25 | #include <plist/plist.h> |
| 27 | 26 | ||
| 28 | #include "sbservices.h" | 27 | #include "sbservices.h" |
diff --git a/src/screenshotr.c b/src/screenshotr.c index 380d28c..0c4c9b2 100644 --- a/src/screenshotr.c +++ b/src/screenshotr.c | |||
| @@ -22,7 +22,6 @@ | |||
| 22 | #include <plist/plist.h> | 22 | #include <plist/plist.h> |
| 23 | #include <string.h> | 23 | #include <string.h> |
| 24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
| 25 | #include <arpa/inet.h> | ||
| 26 | 25 | ||
| 27 | #include "screenshotr.h" | 26 | #include "screenshotr.h" |
| 28 | #include "device_link_service.h" | 27 | #include "device_link_service.h" |
