[rtems commit] futimens.c, utime.c: Remove unnecessary include of <sys/ stat.h>.

Joel Sherrill joel at rtems.org
Wed Jun 9 15:36:48 UTC 2021


Module:    rtems
Branch:    master
Commit:    7a723293abf4d33b0a23bfe333d070d53dd43dc0
Changeset: http://git.rtems.org/rtems/commit/?id=7a723293abf4d33b0a23bfe333d070d53dd43dc0

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Jun  9 10:36:06 2021 -0500

futimens.c, utime.c: Remove unnecessary include of <sys/stat.h>.

---

 cpukit/libcsupport/src/futimens.c | 1 -
 cpukit/libcsupport/src/utime.c    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/cpukit/libcsupport/src/futimens.c b/cpukit/libcsupport/src/futimens.c
index 151e7a1..d4a9282 100644
--- a/cpukit/libcsupport/src/futimens.c
+++ b/cpukit/libcsupport/src/futimens.c
@@ -38,7 +38,6 @@
 #include "config.h"
 #endif
 
-#include <sys/stat.h>
 #include <rtems/libio_.h>
 
 #include <fcntl.h>
diff --git a/cpukit/libcsupport/src/utime.c b/cpukit/libcsupport/src/utime.c
index 5d80ca3..b5b7034 100644
--- a/cpukit/libcsupport/src/utime.c
+++ b/cpukit/libcsupport/src/utime.c
@@ -37,7 +37,6 @@
 #include "config.h"
 #endif
 
-#include <sys/stat.h>
 #include <rtems/libio_.h>
 
 #include <fcntl.h>



More information about the vc mailing list