mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -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:
parent
231b23acbb
commit
d28b70d152
@ -37,7 +37,6 @@
|
|||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "hostip.h"
|
#include "hostip.h"
|
||||||
|
|
||||||
#include "curl_memory.h"
|
|
||||||
#include "memdebug.h" /* LAST include file */
|
#include "memdebug.h" /* LAST include file */
|
||||||
|
|
||||||
static struct SessionHandle *data;
|
static struct SessionHandle *data;
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "curl_memory.h"
|
|
||||||
#include "memdebug.h" /* LAST include file */
|
#include "memdebug.h" /* LAST include file */
|
||||||
|
|
||||||
static CURLcode unit_setup(void)
|
static CURLcode unit_setup(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user