From: Roy Marples Date: Tue, 21 May 2013 15:38:52 +0000 (+0000) Subject: Remove includes to try and fix ppc 64 linux compile. X-Git-Tag: v5.99.7~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=898b96fa9cc5cd0f59061656c0c689f8be83957a;p=thirdparty%2Fdhcpcd.git Remove includes to try and fix ppc 64 linux compile. --- diff --git a/net.h b/net.h index 9c096248..3394ba14 100644 --- a/net.h +++ b/net.h @@ -28,16 +28,10 @@ #ifndef INTERFACE_H #define INTERFACE_H -#include -#include -#include - #include #include #include -#include - #include "config.h" #include "dhcp.h" #include "dhcpcd.h"