summaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/string_utils')
-rw-r--r--library/cpp/string_utils/quote/quote.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/cpp/string_utils/quote/quote.cpp b/library/cpp/string_utils/quote/quote.cpp
index bac72d07fc7..a7a4749d99d 100644
--- a/library/cpp/string_utils/quote/quote.cpp
+++ b/library/cpp/string_utils/quote/quote.cpp
@@ -4,8 +4,6 @@
#include <util/string/ascii.h>
#include <util/string/cstriter.h>
-#include <cctype>
-
/* note: (x & 0xdf) makes x upper case */
#define GETXC \
do { \