From: Jesper Juhl Date: Mon, 14 Feb 2011 22:38:18 +0000 (+0100) Subject: batman-adv: Remove two duplicate includes. X-Git-Tag: v2.6.39-rc1~468^2~151^2~27 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8d689218568174955129d0f0e9e4370a391b3609;p=~shefty%2Frdma-dev.git batman-adv: Remove two duplicate includes. Remove duplicate inclusion of "send.h" and "routing.h" from net/batman-adv/soft-interface.c Signed-off-by: Jesper Juhl Signed-off-by: Sven Eckelmann --- diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index bd088f877e3..7e37077ed81 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -29,14 +29,12 @@ #include "hash.h" #include "gateway_common.h" #include "gateway_client.h" -#include "send.h" #include "bat_sysfs.h" #include #include #include #include #include "unicast.h" -#include "routing.h" static int bat_get_settings(struct net_device *dev, struct ethtool_cmd *cmd);