mirror of
https://github.com/curl/curl.git
synced 2026-07-03 00:27:17 +03:00
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.
This commit is contained in:
parent
cd869cf1c1
commit
0e18b8b107
1 changed files with 1 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue