Commit d28b70d1 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

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'
parent 231b23ac
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include "hash.h"
#include "hostip.h"

#include "curl_memory.h"
#include "memdebug.h" /* LAST include file */

static struct SessionHandle *data;
+0 −1
Original line number Diff line number Diff line
@@ -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)