diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-07-02 21:12:33 +0800 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-07-02 13:29:43 -0600 |
commit | f4fb8a97dc903cc278feb45cff55622e25360b89 (patch) | |
tree | da00ca90db9266200ab85565d0c286f88b52d304 /tools/testing/selftests/cgroup | |
parent | 877d53c295498c16a1977e591b7fc2838f8d8daf (diff) |
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>
Diffstat (limited to 'tools/testing/selftests/cgroup')
-rw-r--r-- | tools/testing/selftests/cgroup/test_freezer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/cgroup/test_freezer.c b/tools/testing/selftests/cgroup/test_freezer.c index 2bfddb6d6d3b..8219a30853d2 100644 --- a/tools/testing/selftests/cgroup/test_freezer.c +++ b/tools/testing/selftests/cgroup/test_freezer.c @@ -11,7 +11,6 @@ #include <stdlib.h> #include <sys/inotify.h> #include <string.h> -#include <sys/types.h> #include <sys/wait.h> #include "../kselftest.h" |