all: Clean up use of <arpa/inet.h>

This commit is contained in:
Solomon Peachy 2013-06-29 12:25:06 -04:00
parent 7379b34ad2
commit 9d050b4370
3 changed files with 1 additions and 4 deletions

View file

@ -26,6 +26,7 @@
*/
#include <libusb-1.0/libusb.h>
#include <arpa/inet.h>
#define STR_LEN_MAX 64
#define DEBUG( ... ) fprintf(stderr, "DEBUG: " __VA_ARGS__ )

View file

@ -25,8 +25,6 @@
*
*/
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -25,8 +25,6 @@
*
*/
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>