aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-15 02:29:49 +0000
committerYang Tse <yangsita@gmail.com>2009-06-15 02:29:49 +0000
commit5931cf77f42c145640ed1b6c344ac790017aac1b (patch)
treedeadbcf65b7427aac4ec3cfb662835a6bdac9479 /lib/cookie.c
parent989aace19243f3a543ba45c030b56a9781631a29 (diff)
DEBUGBUILD / CURLDEBUG decoupling follow-up
Diffstat (limited to 'lib/cookie.c')
-rw-r--r--lib/cookie.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/cookie.c b/lib/cookie.c
index 32ea705e4..16b2fdd72 100644
--- a/lib/cookie.c
+++ b/lib/cookie.c
@@ -99,9 +99,7 @@ Example set of cookies:
#include "rawstr.h"
/* The last #include file should be: */
-#ifdef CURLDEBUG
#include "memdebug.h"
-#endif
static void freecookie(struct Cookie *co)