X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fcookies.c;h=9045e83bcb4f7f835821115d0d571f8d14a22207;hp=0f54f665e9073b70f71015f3a50bf2a93b27cced;hb=212396c7e1de6592294f92230254afdfd553843c;hpb=27ed78ddd6fd300a3c630a2029432241776215b7 diff --git a/src/cookies.c b/src/cookies.c index 0f54f665..9045e83b 100644 --- a/src/cookies.c +++ b/src/cookies.c @@ -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 +#include "wget.h" #include #include @@ -50,8 +50,6 @@ so, delete this exception statement from your version. */ #include #include #include - -#include "wget.h" #include "utils.h" #include "hash.h" #include "cookies.h"