projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
877d53c
)
kselftests: cgroup: remove duplicated include from test_freezer.c
author
YueHaibing
<yuehaibing@huawei.com>
Tue, 2 Jul 2019 13:12:33 +0000
(21:12 +0800)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Tue, 2 Jul 2019 19:29:43 +0000
(13:29 -0600)
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/cgroup/test_freezer.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/cgroup/test_freezer.c
b/tools/testing/selftests/cgroup/test_freezer.c
index 2bfddb6d6d3bcec435e7f6c5754252ac4287556e..8219a30853d283fa65baa1be4f16036d7cf542a8 100644
(file)
--- 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"