diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-03-16 06:59:42 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-16 06:59:42 +0000 |
commit | cd869cf1c10c5d6085f20a785f3304d418d8b3b6 (patch) | |
tree | 71729a02050417197f79a8ef16a96e3247ee48db /lib | |
parent | 732983eb415ca204672d7f84162dda916ccf9535 (diff) |
easy: Removed redundant HTTP authentication include files
Diffstat (limited to 'lib')
-rw-r--r-- | lib/easy.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |