[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>
This commit is contained in:
Ilpo Järvinen 2007-07-10 23:02:12 -07:00 коммит произвёл David S. Miller
Родитель 4c752098f5
Коммит ed8b548ce3
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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)