diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2007-07-10 23:02:12 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-07-10 23:02:12 -0700 |
commit | ed8b548ce3cb988f59a0fd9af6ccdc4f8198cd19 (patch) | |
tree | 9b2fd7351dfbfe9dbcd6a383ef84b09865514ccb /include/net/dn.h | |
parent | 4c752098f529f41abfc985426a3eca0f2cb96676 (diff) | |
download | blackbird-op-linux-ed8b548ce3cb988f59a0fd9af6ccdc4f8198cd19.tar.gz blackbird-op-linux-ed8b548ce3cb988f59a0fd9af6ccdc4f8198cd19.zip |
[DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h
No longer needed.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dn.h')
-rw-r--r-- | include/net/dn.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/dn.h> #include <net/sock.h> -#include <net/tcp.h> #include <asm/byteorder.h> #define dn_ntohs(x) le16_to_cpu(x) |