Commit 6a832a6c authored by Mianhan Liu's avatar Mianhan Liu Committed by David S. Miller

net/ipv4/datagram.c: remove superfluous header files from datagram.c

datagram.c hasn't use any macro or function declared in linux/ip.h.
Thus, these files can be removed from datagram.c safely without
affecting the compilation of the net/ipv4 module
Signed-off-by: default avatarMianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ca4b0649
......@@ -9,7 +9,6 @@
#include <linux/types.h>
#include <linux/module.h>
#include <linux/ip.h>
#include <linux/in.h>
#include <net/ip.h>
#include <net/sock.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment