From 135f69405804ac9ea73491704be5dfa447a155b0 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 28 Aug 2011 01:19:08 +0200 Subject: NTLM: move NTLM core specifics into curl_ntlm_core.[ch] --- lib/curl_ntlm_wb.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/curl_ntlm_wb.c') 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 #endif -#if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) -#include -#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 */ -- cgit v1.2.3