aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2007-08-10 15:17:24 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-08-13 22:52:02 -0700
commitf49f9967b263cc88b48d912172afdc621bcb0a3c (patch)
treea1c0a27da646f589703f62624c1891c70465111b /net/ipv4/ip_output.c
parent[ATM]: Clean up duplicate includes in net/atm/ (diff)
downloadlinux-dev-f49f9967b263cc88b48d912172afdc621bcb0a3c.tar.xz
linux-dev-f49f9967b263cc88b48d912172afdc621bcb0a3c.zip
[IPV4]: Clean up duplicate includes in net/ipv4/
This patch cleans up duplicate includes in net/ipv4/ Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r--net/ipv4/ip_output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index c9e2b5e6305e..0f1d7beacf78 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -75,7 +75,6 @@
#include <net/icmp.h>
#include <net/checksum.h>
#include <net/inetpeer.h>
-#include <net/checksum.h>
#include <linux/igmp.h>
#include <linux/netfilter_ipv4.h>
#include <linux/netfilter_bridge.h>