From: Daniel Stenberg Date: Mon, 31 Oct 2016 08:50:41 +0000 (+0100) Subject: ldap: fix include X-Git-Tag: curl-7_51_0~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cce5250f6a8a517680c0e9bb7535de3cd6f8bda8;p=thirdparty%2Fcurl.git ldap: fix include Fix bug from 811a693b80 --- diff --git a/lib/ldap.c b/lib/ldap.c index 553c161a08..7dbc1b0e68 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -74,7 +74,6 @@ #include "curl_ldap.h" #include "curl_multibyte.h" #include "curl_base64.h" -#include "rawstr.h" #include "connect.h" /* The last 3 #include files should be in this order */ #include "curl_printf.h"