]> sjero.net Git - wget/blobdiff - src/retr.c
Remove redundant guard.
[wget] / src / retr.c
index 5dc3cc8d660f0692a2ccd52635aa3125d40d4d7d..16b6df7b662be413e1d72c7d38bf382939a8fee9 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 <errno.h>
 #include <string.h>
 #include <assert.h>