1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

unittests: do not include curl_memory.h

memdebug.h already contains all required definitions and including
curl_memory.h causes errors like the following:

tests/unit/unit1394.c:119: undefined reference to `Curl_cfree'
tests/unit/unit1394.c:120: undefined reference to `Curl_cfree'
This commit is contained in:
Marc Hoersken 2014-01-03 12:30:23 +01:00
parent 231b23acbb
commit d28b70d152
2 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@
#include "hash.h"
#include "hostip.h"
#include "curl_memory.h"
#include "memdebug.h" /* LAST include file */
static struct SessionHandle *data;

View File

@ -27,7 +27,6 @@
#include <stdlib.h>
#include <string.h>
#include "curl_memory.h"
#include "memdebug.h" /* LAST include file */
static CURLcode unit_setup(void)