diff options
Diffstat (limited to 'lldb/source/DataFormatters/StringPrinter.cpp')
-rw-r--r-- | lldb/source/DataFormatters/StringPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/DataFormatters/StringPrinter.cpp b/lldb/source/DataFormatters/StringPrinter.cpp index 547b95962bc..b3f98e3dc67 100644 --- a/lldb/source/DataFormatters/StringPrinter.cpp +++ b/lldb/source/DataFormatters/StringPrinter.cpp @@ -16,7 +16,6 @@ #include "llvm/Support/ConvertUTF.h" -#include <codecvt> #include <ctype.h> #include <functional> #include <locale> |