Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kselftests: cgroup: remove duplicated include from test_freezer.c

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

YueHaibing and committed by
Shuah Khan
f4fb8a97 877d53c2

-1
-1
tools/testing/selftests/cgroup/test_freezer.c
··· 11 11 #include <stdlib.h> 12 12 #include <sys/inotify.h> 13 13 #include <string.h> 14 - #include <sys/types.h> 15 14 #include <sys/wait.h> 16 15 17 16 #include "../kselftest.h"