]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Wed, 11 Jul 2007 06:02:12 +0000 (23:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jul 2007 06:02:12 +0000 (23:02 -0700)
No longer needed.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dn.h

index ac4ce9091747cd6660c5d77a7bce868e8e7a1747..627778384c84cff9583636abebdd3b210df0ad63 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <linux/dn.h>
 #include <net/sock.h>
-#include <net/tcp.h>
 #include <asm/byteorder.h>
 
 #define dn_ntohs(x) le16_to_cpu(x)