aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_wb.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-28 01:19:08 +0200
committerYang Tse <yangsita@gmail.com>2011-08-28 01:19:08 +0200
commit135f69405804ac9ea73491704be5dfa447a155b0 (patch)
tree5c473dbcc2b04e3d27b0a6b5130dfbe9b2060c47 /lib/curl_ntlm_wb.c
parent260ee6b7bfbc4a49832a1e322d1cc5d9d3c33ddf (diff)
NTLM: move NTLM core specifics into curl_ntlm_core.[ch]
Diffstat (limited to 'lib/curl_ntlm_wb.c')
-rw-r--r--lib/curl_ntlm_wb.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/curl_ntlm_wb.c b/lib/curl_ntlm_wb.c
index fc7e09a57..2b400e8a6 100644
--- a/lib/curl_ntlm_wb.c
+++ b/lib/curl_ntlm_wb.c
@@ -36,20 +36,12 @@
#include <signal.h>
#endif
-#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
-#include <netdb.h>
-#endif
-
#include "urldata.h"
-#include "non-ascii.h" /* for Curl_convert_... prototypes */
#include "sendf.h"
#include "select.h"
-#include "rawstr.h"
-#include "curl_base64.h"
#include "curl_ntlm_wb.h"
#include "url.h"
#include "strerror.h"
-#include "curl_gethostname.h"
#include "curl_memory.h"
#define _MPRINTF_REPLACE /* use our functions only */