From d28b70d1521a924e1c8e8267e61b6b948fbfd4e8 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Fri, 3 Jan 2014 12:30:23 +0100 Subject: 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' --- tests/unit/unit1394.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/unit/unit1394.c') diff --git a/tests/unit/unit1394.c b/tests/unit/unit1394.c index d25e4f57a..a3ef8faeb 100644 --- a/tests/unit/unit1394.c +++ b/tests/unit/unit1394.c @@ -27,7 +27,6 @@ #include #include -#include "curl_memory.h" #include "memdebug.h" /* LAST include file */ static CURLcode unit_setup(void) -- cgit v1.2.3