]> granicus.if.org Git - curl/commitdiff
security.c: Update the #include statements after the rewrite.
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Mon, 13 Sep 2010 00:22:04 +0000 (17:22 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Sep 2010 21:34:36 +0000 (23:34 +0200)
lib/security.c

index 6e1797cf1c0169b42fa2f28616ada75a2c1f27cd..2eeaa3196d26867c53a453117ca3d76df810ecd2 100644 (file)
 #ifndef CURL_DISABLE_FTP
 #if defined(HAVE_KRB4) || defined(HAVE_GSSAPI)
 
-#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
-#include <curl/mprintf.h>
-
-#include <stdlib.h>
+#include <stdarg.h>
 #include <string.h>
 
 #ifdef HAVE_NETDB_H
 #endif
 
 #include "urldata.h"
-#include "krb4.h"
 #include "curl_base64.h"
-#include "sendf.h"
-#include "ftp.h"
 #include "curl_memory.h"
+#include "krb4.h"
+#include "ftp.h"
+#include "sendf.h"
 #include "rawstr.h"
 
 /* The last #include file should be: */