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/unit/unit1305.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/unit/unit1305.c') diff --git a/tests/unit/unit1305.c b/tests/unit/unit1305.c index 5900c6dd5..a4b431114 100644 --- a/tests/unit/unit1305.c +++ b/tests/unit/unit1305.c @@ -34,11 +34,11 @@ #define ENABLE_CURLX_PRINTF #include "curlx.h" -#include "hash.h" -#include "hostip.h" +#include "curl_hash.h" +#include "curl_hostip.h" #include "curl_memory.h" -#include "memdebug.h" /* LAST include file */ +#include "curl_memdebug.h" /* LAST include file */ static struct SessionHandle *data; static struct curl_hash *hp; -- cgit v1.2.3