aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/string.cpp
diff options
context:
space:
mode:
authortobo <tobo@yandex-team.ru>2022-04-07 08:59:43 +0300
committertobo <tobo@yandex-team.ru>2022-04-07 08:59:43 +0300
commit8d0bed04edbd809859fe349779c07ef122fdeca2 (patch)
tree5637277bc2da6afb261b990047079e132f5b8d2b /util/generic/string.cpp
parent3bd25da701a5b6de40acbea240354462348803d6 (diff)
downloadydb-8d0bed04edbd809859fe349779c07ef122fdeca2.tar.gz
remove unused includes
ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
Diffstat (limited to 'util/generic/string.cpp')
-rw-r--r--util/generic/string.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/generic/string.cpp b/util/generic/string.cpp
index 3c655f1f66..a2b303f260 100644
--- a/util/generic/string.cpp
+++ b/util/generic/string.cpp
@@ -6,7 +6,6 @@
#include <util/charset/wide.h>
#include <iostream>
-#include <cctype>
alignas(32) const char NULL_STRING_REPR[128] = {0};