diff options
Diffstat (limited to 'WWW/Library/Implementation/HTParse.c')
-rw-r--r-- | WWW/Library/Implementation/HTParse.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTParse.c b/WWW/Library/Implementation/HTParse.c index d75b1fde..d25157b3 100644 --- a/WWW/Library/Implementation/HTParse.c +++ b/WWW/Library/Implementation/HTParse.c @@ -3,13 +3,10 @@ */ #include <HTUtils.h> -#include <tcp.h> #include <HTParse.h> #include <LYLeaks.h> -#define FREE(x) if (x) {free(x); x = NULL;} - #define HEX_ESCAPE '%' struct struct_parts { |