]> sjero.net Git - wget/blobdiff - src/http.c
Remove redundant guard.
[wget] / src / http.c
index a0e41cac01791916e0561d2809c0928b22e1b47a..438b02188a3d4d589526add514f0bbb2a8b31948 100644 (file)
@@ -33,9 +33,7 @@ as that of the covered work.  */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
 #include <assert.h>
 #include <errno.h>
 #include <time.h>