From f871de0064ee4bd3aee07c5b018f7a6438ec8910 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 28 Dec 2012 12:40:20 +0100 Subject: build: make use of 76 lib/*.h renamed files 76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree. --- lib/krb5.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/krb5.c') diff --git a/lib/krb5.c b/lib/krb5.c index c51041dda..f5389c857 100644 --- a/lib/krb5.c +++ b/lib/krb5.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include "setup.h" +#include "curl_setup.h" #ifndef CURL_DISABLE_FTP #ifdef HAVE_GSSAPI @@ -46,20 +46,20 @@ #include #endif -#include "urldata.h" +#include "curl_urldata.h" #include "curl_base64.h" -#include "ftp.h" +#include "curl_ftp.h" #include "curl_gssapi.h" -#include "sendf.h" -#include "krb4.h" +#include "curl_sendf.h" +#include "curl_krb4.h" #include "curl_memory.h" -#include "warnless.h" +#include "curl_warnless.h" #define _MPRINTF_REPLACE /* use our functions only */ #include /* The last #include file should be: */ -#include "memdebug.h" +#include "curl_memdebug.h" #define LOCAL_ADDR (&conn->local_addr) #define REMOTE_ADDR conn->ip_addr->ai_addr -- cgit v1.2.3