]> sjero.net Git - wget/blobdiff - src/progress.c
Merge SFLC licensing changes for OpenSSL with tip.
[wget] / src / progress.c
index 14ca2737f554df364e162045a8e6e53dc20c1ea0..02d7f38d7fc5cff3747d1376a1e1d7c2ad5927d6 100644 (file)
@@ -28,7 +28,7 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
-#include <config.h>
+#include "wget.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -39,7 +39,6 @@ as that of the covered work.  */
 #endif
 #include <signal.h>
 
-#include "wget.h"
 #include "progress.h"
 #include "utils.h"
 #include "retr.h"