From: Guus Sliepen Date: Fri, 1 Oct 2004 18:23:08 +0000 (+0000) Subject: Fix several #includes. X-Git-Tag: release-1.0.3~27 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=b0a80007e8945a11d7ce25aab096c5ee58ce0ad5 Fix several #includes. --- diff --git a/src/route.c b/src/route.c index 18d16c0..bf13f44 100644 --- a/src/route.c +++ b/src/route.c @@ -22,22 +22,6 @@ #include "system.h" -#ifdef HAVE_NET_ETHERNET_H -#include -#endif -#ifdef HAVE_NET_IF_ARP_H -#include -#endif -#ifdef HAVE_NETINET_IP_ICMP_H -#include -#endif -#ifdef HAVE_NETINET_ICMP6_H -#include -#endif -#ifdef HAVE_NETINET_IF_ETHER_H -#include -#endif - #include "avl_tree.h" #include "connection.h" #include "ethernet.h" diff --git a/src/tincd.c b/src/tincd.c index 3c1a608..457aafd 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -39,7 +39,7 @@ #include #include -#include +#include "pidfile.h" #include "conf.h" #include "device.h"