]> granicus.if.org Git - curl/commitdiff
transfer: Removed redundant HTTP authentication include files
authorSteve Holme <steve_holme@hotmail.com>
Wed, 16 Mar 2016 07:13:16 +0000 (07:13 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 16 Mar 2016 07:13:16 +0000 (07:13 +0000)
It would also seem that share.h is not required here either as there
are no references to the Curl_share structure or functions.

lib/transfer.c

index 1d06493bbc88e007cfc4ed3988c686a69223164f..7481e0c8a4165551740350f4189fc7ca7132fa2e 100644 (file)
@@ -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
 #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"