diff --git a/Include/fileutils.h b/Include/fileutils.h index 1509198e45f0ca..0c18e50028b17b 100644 --- a/Include/fileutils.h +++ b/Include/fileutils.h @@ -7,8 +7,6 @@ #ifdef HAVE_SYS_STAT_H # include // S_ISREG() -#elif defined(HAVE_STAT_H) -# include // S_ISREG() #endif #ifndef S_IFMT