From c313524998377db92e5387d209e1ea79fbc30ba6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 29 Jun 2016 23:06:53 +0100 Subject: reduce curl usage to fetcher, url unescaping and time parsing --- frontends/windows/download.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'frontends/windows/download.c') diff --git a/frontends/windows/download.c b/frontends/windows/download.c index f1a02870c..9c8cefa8d 100644 --- a/frontends/windows/download.c +++ b/frontends/windows/download.c @@ -17,9 +17,7 @@ */ #include - -#include "utils/config.h" - +#include "utils/inet.h" /* get correct winsock ordering */ #include #include -- cgit v1.2.3