diff options
author | Linus Lüssing <linus.luessing@ascom.ch> | 2011-02-06 23:08:37 +0000 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2011-02-11 23:30:29 +0100 |
commit | ee1e884194eb19574898ce6d5eaef5e8afdec7f2 (patch) | |
tree | 71ff4163b147b3562093e5090bff7a8d2a2aad4e /net/batman-adv/send.c | |
parent | 14062064167ecdda4a17ec9190740c189223550a (diff) | |
download | linux-3.10-ee1e884194eb19574898ce6d5eaef5e8afdec7f2.tar.gz linux-3.10-ee1e884194eb19574898ce6d5eaef5e8afdec7f2.tar.bz2 linux-3.10-ee1e884194eb19574898ce6d5eaef5e8afdec7f2.zip |
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/send.c')
-rw-r--r-- | net/batman-adv/send.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/send.c b/net/batman-adv/send.c index 7cc620e8aa1..831427694fc 100644 --- a/net/batman-adv/send.c +++ b/net/batman-adv/send.c @@ -25,7 +25,6 @@ #include "translation-table.h" #include "soft-interface.h" #include "hard-interface.h" -#include "types.h" #include "vis.h" #include "aggregation.h" #include "gateway_common.h" |