Commit c595b120 authored by Mianhan Liu's avatar Mianhan Liu Committed by David S. Miller
Browse files

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



syncookies.c hasn't use any macro or function declared in slab.h and random.h,
Thus, these files can be removed from syncookies.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 bea71458
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@
 */

#include <linux/tcp.h>
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/siphash.h>
#include <linux/kernel.h>
#include <linux/export.h>