]> sjero.net Git - wget/blobdiff - src/cookies.c
Eschew config-post.h.
[wget] / src / cookies.c
index 0f54f665e9073b70f71015f3a50bf2a93b27cced..9045e83bcb4f7f835821115d0d571f8d14a22207 100644 (file)
@@ -42,7 +42,7 @@ so, delete this exception statement from your version.  */
    sites that do send Set-Cookie2 also emit Set-Cookie for
    compatibility.  */
 
-#include <config.h>
+#include "wget.h"
 
 #include <stdio.h>
 #include <string.h>
@@ -50,8 +50,6 @@ so, delete this exception statement from your version.  */
 #include <assert.h>
 #include <errno.h>
 #include <time.h>
-
-#include "wget.h"
 #include "utils.h"
 #include "hash.h"
 #include "cookies.h"