diff mbox series

[-next] kselftests: cgroup: remove duplicated include from test_freezer.c

Message ID 20190702131233.7064-1-yuehaibing@huawei.com (mailing list archive)
State Mainlined
Commit f4fb8a97dc903cc278feb45cff55622e25360b89
Headers show
Series [-next] kselftests: cgroup: remove duplicated include from test_freezer.c | expand

Commit Message

Yue Haibing July 2, 2019, 1:12 p.m. UTC
Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 tools/testing/selftests/cgroup/test_freezer.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Roman Gushchin July 3, 2019, 7:18 p.m. UTC | #1
On Tue, Jul 02, 2019 at 09:12:33PM +0800, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Acked-by: Roman Gushchin <guro@fb.com>

Thanks!

> ---
>  tools/testing/selftests/cgroup/test_freezer.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/cgroup/test_freezer.c b/tools/testing/selftests/cgroup/test_freezer.c
> index 2bfddb6..8219a30 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"
> -- 
> 2.7.4
> 
>
diff mbox series

Patch

diff --git a/tools/testing/selftests/cgroup/test_freezer.c b/tools/testing/selftests/cgroup/test_freezer.c
index 2bfddb6..8219a30 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"