remove double includes

This commit is contained in:
Jacek Jendrzej
2017-09-08 21:21:32 +02:00
parent c5dc1b7770
commit 6576729fd1
20 changed files with 0 additions and 29 deletions

View File

@@ -30,7 +30,6 @@
#include <netdb.h> /* gethostbyname, getnetbyname */
#include <net/ethernet.h> /* struct ether_addr */
#include <sys/time.h> /* struct timeval */
#include <unistd.h>
/* This is our header selection. Try to hide the mess and the misery :-(
* Don't look, you would go blind ;-)
@@ -41,7 +40,6 @@
/* Set of headers proposed by Dr. Michael Rietz <rietz@mail.amps.de>, 27.3.2 */
#include <net/if_arp.h> /* For ARPHRD_ETHER */
#include <sys/socket.h> /* For AF_INET & struct sockaddr */
#include <netinet/in.h> /* For struct sockaddr_in */
#include <netinet/if_ether.h>