summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
diff options
context:
space:
mode:
authorLinus Lüssing2011-02-07 00:08:37 +0100
committerSven Eckelmann2011-02-11 23:30:29 +0100
commitee1e884194eb19574898ce6d5eaef5e8afdec7f2 (patch)
tree71ff4163b147b3562093e5090bff7a8d2a2aad4e /net/batman-adv/routing.c
parentbatman-adv: Split combined variable declarations (diff)
downloadkernel-qcow2-linux-ee1e884194eb19574898ce6d5eaef5e8afdec7f2.tar.gz
kernel-qcow2-linux-ee1e884194eb19574898ce6d5eaef5e8afdec7f2.tar.xz
kernel-qcow2-linux-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/routing.c')
-rw-r--r--net/batman-adv/routing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c
index 028f73967b00..827414067e46 100644
--- a/net/batman-adv/routing.c
+++ b/net/batman-adv/routing.c
@@ -28,7 +28,6 @@
#include "icmp_socket.h"
#include "translation-table.h"
#include "originator.h"
-#include "types.h"
#include "ring_buffer.h"
#include "vis.h"
#include "aggregation.h"