diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-10-18 00:43:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-10-18 00:43:37 +0200 |
commit | 06b5fd8fdea3f32f58e6760bb4176e447b190a70 (patch) | |
tree | 90f831dcdb779c343a838df68b3cf44b984087ad /src/slist_wc.c | |
parent | 5cf016663654e49c91f22534d9affc90facfda18 (diff) | |
download | curl-06b5fd8fdea3f32f58e6760bb4176e447b190a70.tar.gz |
curl: slist_wc: remove curl_memory.h inclusion
... that's for the library only.
Diffstat (limited to 'src/slist_wc.c')
-rw-r--r-- | src/slist_wc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/slist_wc.c b/src/slist_wc.c index 2bce67f49..f4767ad84 100644 --- a/src/slist_wc.c +++ b/src/slist_wc.c @@ -27,7 +27,6 @@ #include "slist_wc.h" /* The last #include files should be: */ -#include "curl_memory.h" #include "memdebug.h" /* |