summaryrefslogtreecommitdiff
path: root/zen/string_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/string_tools.h')
-rw-r--r--zen/string_tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zen/string_tools.h b/zen/string_tools.h
index 3aa1c1d6..b95a2055 100644
--- a/zen/string_tools.h
+++ b/zen/string_tools.h
@@ -7,8 +7,8 @@
#ifndef STRING_TOOLS_H_213458973046
#define STRING_TOOLS_H_213458973046
-#include <cctype> //isspace
-#include <cwctype> //iswspace
+//#include <cctype> //isspace
+//#include <cwctype> //iswspace
#include <cstdio> //sprintf
#include <cwchar> //swprintf
#include "stl_tools.h"
bgstack15