Fix several #includes.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 1 Oct 2004 18:23:08 +0000 (18:23 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 1 Oct 2004 18:23:08 +0000 (18:23 +0000)
src/route.c
src/tincd.c

index 18d16c0..bf13f44 100644 (file)
 
 #include "system.h"
 
 
 #include "system.h"
 
-#ifdef HAVE_NET_ETHERNET_H
-#include <net/ethernet.h>
-#endif
-#ifdef HAVE_NET_IF_ARP_H
-#include <net/if_arp.h>
-#endif
-#ifdef HAVE_NETINET_IP_ICMP_H
-#include <netinet/ip_icmp.h>
-#endif
-#ifdef HAVE_NETINET_ICMP6_H
-#include <netinet/icmp6.h>
-#endif
-#ifdef HAVE_NETINET_IF_ETHER_H
-#include <netinet/if_ether.h>
-#endif
-
 #include "avl_tree.h"
 #include "connection.h"
 #include "ethernet.h"
 #include "avl_tree.h"
 #include "connection.h"
 #include "ethernet.h"
index 3c1a608..457aafd 100644 (file)
@@ -39,7 +39,7 @@
 #include <lzo1x.h>
 
 #include <getopt.h>
 #include <lzo1x.h>
 
 #include <getopt.h>
-#include <pidfile.h>
+#include "pidfile.h"
 
 #include "conf.h"
 #include "device.h"
 
 #include "conf.h"
 #include "device.h"