From cd869cf1c10c5d6085f20a785f3304d418d8b3b6 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 16 Mar 2016 06:59:42 +0000 Subject: [PATCH] easy: Removed redundant HTTP authentication include files --- lib/easy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/easy.c b/lib/easy.c index f6b434aa8..fc7b40b27 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -64,7 +64,6 @@ #include "easyif.h" #include "select.h" #include "sendf.h" /* for failf function prototype */ -#include "curl_ntlm.h" #include "connect.h" /* for Curl_getconnectinfo */ #include "slist.h" #include "amigaos.h"