diff options
author | Gunter Knauf <gk@gknw.de> | 2008-01-23 02:10:40 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-01-23 02:10:40 +0000 |
commit | 64e88ff6a7e282754c3925c05d1624aa5a30c112 (patch) | |
tree | bd3a4a647cdecc917a83f2cde6594940fee5774e /lib | |
parent | acd7c94598cd33495fa167627f0539834f39154b (diff) | |
download | curl-64e88ff6a7e282754c3925c05d1624aa5a30c112.tar.gz |
removed inclusion of libcurl memory debug headers since this lib stub is a well proofed method suggested by Novell. This enables usage of the stub with language bindings.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nwlib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/nwlib.c b/lib/nwlib.c index 8fc41b4a7..194c6757a 100644 --- a/lib/nwlib.c +++ b/lib/nwlib.c @@ -35,8 +35,6 @@ #include <nks/thread.h> #include <nks/synch.h> -#include "memory.h" -#include "memdebug.h" typedef struct { |