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