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. --- tests/libtest/libauthretry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/libauthretry.c') diff --git a/tests/libtest/libauthretry.c b/tests/libtest/libauthretry.c index 95761325a..c5cc6cfd8 100644 --- a/tests/libtest/libauthretry.c +++ b/tests/libtest/libauthretry.c @@ -25,8 +25,8 @@ */ #include "test.h" -#include "strequal.h" -#include "memdebug.h" +#include "curl_strequal.h" +#include "curl_memdebug.h" static CURLcode send_request(CURL *curl, const char *url, int seq, long auth_scheme, const char *userpwd) -- cgit v1.2.3