diff mbox series

[v2,3/6] utime03.c: Remove unnecessary header includes

Message ID 20220623080215.24186-4-akumar@suse.de
State Accepted
Headers show
Series Convert utime tests to new LTP API | expand

Commit Message

Avinesh Kumar June 23, 2022, 8:02 a.m. UTC
Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
 testcases/kernel/syscalls/utime/utime03.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Richard Palethorpe July 4, 2022, 1:25 p.m. UTC | #1
Hi,

Reviewed-by: Richard Palethorpe <rpalethorpe@suse.com>
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/utime/utime03.c b/testcases/kernel/syscalls/utime/utime03.c
index 2358fd70b..052846df3 100644
--- a/testcases/kernel/syscalls/utime/utime03.c
+++ b/testcases/kernel/syscalls/utime/utime03.c
@@ -18,10 +18,8 @@ 
  * - The user ID of the process has write access to the file.
  */
 
-#include <sys/types.h>
 #include <pwd.h>
 #include <utime.h>
-#include <sys/stat.h>
 #include <time.h>
 
 #include "tst_test.h"