]> Git Repo - binutils.git/blobdiff - ld/ldmain.c
remove dupliate include
[binutils.git] / ld / ldmain.c
index cb2eada0bc3529565c6998f24cdce0927dce589d..39fc2dfdcf1f5138d3ad0041db6b9ae158a7375a 100644 (file)
@@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "ldctor.h"
 #include "lderror.h"
 
-#include <sys/stat.h>
+/* Somewhere above, sys/stat.h got included . . . . */
 #if !defined(S_ISDIR) && defined(S_IFDIR)
 #define        S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
 #endif
This page took 0.022759 seconds and 4 git commands to generate.