From 922018a10c65158a689aca0cc898f165bd252cba Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Thu, 15 Jul 1993 22:02:01 +0000 Subject: remove dupliate include --- ld/ldmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/ldmain.c') diff --git a/ld/ldmain.c b/ld/ldmain.c index cb2eada..39fc2df 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ldctor.h" #include "lderror.h" -#include +/* Somewhere above, sys/stat.h got included . . . . */ #if !defined(S_ISDIR) && defined(S_IFDIR) #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) #endif -- cgit v1.1