Skip to content

Commit

Permalink
[DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h
Browse files Browse the repository at this point in the history
No longer needed.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Jul 11, 2007
1 parent 4c75209 commit ed8b548
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/dn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed8b548

Please sign in to comment.