diff options
Diffstat (limited to 'lib/hash.c')
-rw-r--r-- | lib/hash.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/hash.c b/lib/hash.c index b59e56146..732dbcf73 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -20,17 +20,17 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" -#include "hash.h" -#include "llist.h" +#include "curl_hash.h" +#include "curl_llist.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> #include "curl_memory.h" /* The last #include file should be: */ -#include "memdebug.h" +#include "curl_memdebug.h" static void hash_element_dtor(void *user, void *element) |