diff options
author | Linus Lüssing <linus.luessing@ascom.ch> | 2011-02-06 18:08:37 -0500 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2011-02-11 17:30:29 -0500 |
commit | ee1e884194eb19574898ce6d5eaef5e8afdec7f2 (patch) | |
tree | 71ff4163b147b3562093e5090bff7a8d2a2aad4e /net/batman-adv/routing.h | |
parent | 14062064167ecdda4a17ec9190740c189223550a (diff) |
batman-adv: Remove duplicate types.h inclusions
types.h is included by main.h, which is included at the beginning of any
other c-file anyway. Therefore this commit removes those duplicate
inclussions.
Signed-off-by: Linus Lüssing <linus.luessing@ascom.ch>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r-- | net/batman-adv/routing.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index ceeca6f6ad16..a09d16f0c3ab 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h | |||
@@ -22,8 +22,6 @@ | |||
22 | #ifndef _NET_BATMAN_ADV_ROUTING_H_ | 22 | #ifndef _NET_BATMAN_ADV_ROUTING_H_ |
23 | #define _NET_BATMAN_ADV_ROUTING_H_ | 23 | #define _NET_BATMAN_ADV_ROUTING_H_ |
24 | 24 | ||
25 | #include "types.h" | ||
26 | |||
27 | void slide_own_bcast_window(struct batman_if *batman_if); | 25 | void slide_own_bcast_window(struct batman_if *batman_if); |
28 | void receive_bat_packet(struct ethhdr *ethhdr, | 26 | void receive_bat_packet(struct ethhdr *ethhdr, |
29 | struct batman_packet *batman_packet, | 27 | struct batman_packet *batman_packet, |