]> sjero.net Git - wget/blobdiff - src/ptimer.c
Merge SFLC licensing changes for OpenSSL with tip.
[wget] / src / ptimer.c
index 023db209c28869a8b49da182ad97093535484acd..4a6c89fb1c56f31ed5523f8e9ce3086c0fb4c684 100644 (file)
@@ -50,7 +50,7 @@ as that of the covered work.  */
      double secs = ptimer_measure ();
      printf ("The loop took %.2fs\n", secs);  */
 
-#include <config.h>
+#include "wget.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -71,7 +71,6 @@ as that of the covered work.  */
 # include <windows.h>
 #endif
 
-#include "wget.h"
 #include "ptimer.h"
 
 /* Depending on the OS, one and only one of PTIMER_POSIX,