]> sjero.net Git - wget/blobdiff - src/main.c
Remove redundant guard.
[wget] / src / main.c
index b576ba87405ede2a79622f35fa5957bd71baf69f..fe1d469d6a1d23b431dd7e664e786b2695a7e37f 100644 (file)
@@ -32,9 +32,7 @@ as that of the covered work.  */
 
 #include <stdio.h>
 #include <stdlib.h>
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif /* HAVE_UNISTD_H */
+#include <unistd.h>
 #include <string.h>
 #include <signal.h>
 #ifdef ENABLE_NLS