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

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

udp_tunnel_core.c hasn't use any macro or function declared in udp.h, types.h,
and net_namespace.h. Thus, these files can be removed from udp_tunnel_core.c
safely without affecting the compilation of the net module.
Signed-off-by: default avatarMianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 85c69886
......@@ -2,11 +2,8 @@
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/socket.h>
#include <linux/udp.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <net/dst_metadata.h>
#include <net/net_namespace.h>
#include <net/udp.h>
#include <net/udp_tunnel.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