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

This commit is contained in:
Joel Sherrill
2021-06-09 10:36:06 -05:00
parent dbe355bfe7
commit 7a723293ab
2 changed files with 0 additions and 2 deletions

View File

@@ -38,7 +38,6 @@
#include "config.h"
#endif
#include <sys/stat.h>
#include <rtems/libio_.h>
#include <fcntl.h>

View File

@@ -37,7 +37,6 @@
#include "config.h"
#endif
#include <sys/stat.h>
#include <rtems/libio_.h>
#include <fcntl.h>