net/ipv4/syncookies.c: remove superfluous header files from syncookies.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Mon, 20 Sep 2021 14:15:49 +0000 (22:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Sep 2021 09:48:47 +0000 (10:48 +0100)
commitc595b120ebab1995083c28b6e050f3ccc24e3c1c
treee221f5160205708d8e29ea63ca7c8a86b8f3b780
parentbea714581a317803a0dfc9f975cb9fc2f2cada86
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: Mianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/syncookies.c