diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-04-20 00:48:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-20 00:50:07 +0200 |
commit | c828646f60b5bffb2bfcf924eba36da767bf08bf (patch) | |
tree | a13db5750b3927a2dea67364fbafba4b91fa7e9f /lib/nss.c | |
parent | eb65a49befa040746b222e693bba19ee56814e85 (diff) | |
download | curl-c828646f60b5bffb2bfcf924eba36da767bf08bf.tar.gz |
CURL_DOES_CONVERSIONS: cleanup
Massively reduce #ifdefs all over (23 #ifdef lines less so far)
Moved conversion-specific code to non-ascii.c
Diffstat (limited to 'lib/nss.c')
-rw-r--r-- | lib/nss.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -68,7 +68,6 @@ #include "curl_memory.h" #include "rawstr.h" -#include "easyif.h" /* for Curl_convert_from_utf8 prototype */ /* The last #include file should be: */ #include "memdebug.h" |