projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e204a34
)
ipv4: cleanup: remove unnecessary include.
author
Rami Rosen
<ramirose@gmail.com>
Mon, 18 May 2009 01:47:52 +0000
(
01:47
+0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 May 2009 22:16:38 +0000
(15:16 -0700)
There is no need for net/icmp.h header in net/ipv4/fib_frontend.c.
This patch removes the #include net/icmp.h from it.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c
patch
|
blob
|
history
diff --git
a/net/ipv4/fib_frontend.c
b/net/ipv4/fib_frontend.c
index cafcc49d0993b6a6b39590f6c2246fc806eb463d..e2f950592566ac93267dbd20bc85473d4a759d48 100644
(file)
--- a/
net/ipv4/fib_frontend.c
+++ b/
net/ipv4/fib_frontend.c
@@
-40,7
+40,6
@@
#include <net/route.h>
#include <net/tcp.h>
#include <net/sock.h>
-#include <net/icmp.h>
#include <net/arp.h>
#include <net/ip_fib.h>
#include <net/rtnetlink.h>