From 3e9d3439343acfd761eaa1749840facccfd24355 Mon Sep 17 00:00:00 2001 From: Cody Maloney Date: Mon, 7 Oct 2024 15:06:57 -0700 Subject: [PATCH] Remove HAVE_STAT_H conditional, nothing sets, if a pltform needs better to just patch sys/stat.h include --- Include/fileutils.h | 2 -- 1 file changed, 2 deletions(-) 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