]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove includes to try and fix ppc 64 linux compile.
authorRoy Marples <roy@marples.name>
Tue, 21 May 2013 15:38:52 +0000 (15:38 +0000)
committerRoy Marples <roy@marples.name>
Tue, 21 May 2013 15:38:52 +0000 (15:38 +0000)
net.h

diff --git a/net.h b/net.h
index 9c096248eb9d1ca4367ae37f88351ec29ab3811d..3394ba1405f9ddf5389922f0796e05fcfb193d96 100644 (file)
--- a/net.h
+++ b/net.h
 #ifndef INTERFACE_H
 #define INTERFACE_H
 
-#include <sys/types.h>
-#include <sys/param.h>
-#include <sys/socket.h>
-
 #include <net/if.h>
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
 
-#include <limits.h>
-
 #include "config.h"
 #include "dhcp.h"
 #include "dhcpcd.h"