projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c40495
)
Fix several #includes.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 1 Oct 2004 18:23:08 +0000
(18:23 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 1 Oct 2004 18:23:08 +0000
(18:23 +0000)
src/route.c
patch
|
blob
|
history
src/tincd.c
patch
|
blob
|
history
diff --git
a/src/route.c
b/src/route.c
index
18d16c0
..
bf13f44
100644
(file)
--- a/
src/route.c
+++ b/
src/route.c
@@
-22,22
+22,6
@@
#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"
diff --git
a/src/tincd.c
b/src/tincd.c
index
3c1a608
..
457aafd
100644
(file)
--- a/
src/tincd.c
+++ b/
src/tincd.c
@@
-39,7
+39,7
@@
#include <lzo1x.h>
#include <getopt.h>
-#include
<pidfile.h>
+#include
"pidfile.h"
#include "conf.h"
#include "device.h"