From: Ilpo Järvinen Date: Wed, 11 Jul 2007 06:02:12 +0000 (-0700) Subject: [DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h X-Git-Tag: v2.6.23-rc1~1109^2~18 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ed8b548ce3cb988f59a0fd9af6ccdc4f8198cd19;p=karo-tx-linux.git [DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h No longer needed. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- diff --git a/include/net/dn.h b/include/net/dn.h index ac4ce9091747..627778384c84 100644 --- a/include/net/dn.h +++ b/include/net/dn.h @@ -3,7 +3,6 @@ #include #include -#include #include #define dn_ntohs(x) le16_to_cpu(x)