mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:57:17 +03: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
2 changed files with 0 additions and 2 deletions
|
|
@ -37,7 +37,6 @@
|
|||
#include "hash.h"
|
||||
#include "hostip.h"
|
||||
|
||||
#include "curl_memory.h"
|
||||
#include "memdebug.h" /* LAST include file */
|
||||
|
||||
static struct SessionHandle *data;
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue