diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-03-16 07:13:16 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-16 07:13:16 +0000 |
commit | 0e18b8b1071d1101e41bd78d69db64d1514383fc (patch) | |
tree | ffee22b2cd47f95517394100f3bf043624de2695 | |
parent | cd869cf1c10c5d6085f20a785f3304d418d8b3b6 (diff) | |
download | curl-0e18b8b1071d1101e41bd78d69db64d1514383fc.tar.gz |
transfer: Removed redundant HTTP authentication include files
It would also seem that share.h is not required here either as there
are no references to the Curl_share structure or functions.
-rw-r--r-- | lib/transfer.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index 1d06493bb..7481e0c8a 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -71,10 +71,6 @@ #include "url.h" #include "getinfo.h" #include "vtls/vtls.h" -#include "http_digest.h" -#include "curl_ntlm.h" -#include "http_negotiate.h" -#include "share.h" #include "select.h" #include "multiif.h" #include "connect.h" |