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 18d16c0a4fba969782b22228d6a0acdc90b338c0..bf13f448993599c4905ea6d3fb27d6381604f9e0 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 3c1a608affb010d096147a6bd5753602fd613348..457aafd3369767f5d8aefcb4b276b0961a119f0d 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"