From c19cf1d424161a9449b8f2b2e2d31da8b82c5e79 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Thu, 30 Oct 2014 19:42:08 +0000 Subject: [PATCH] Remove #include . It isn't supported on all compilers. Also it wasn't being used anyway, so it appears to be a dead include. llvm-svn: 220921 --- lldb/source/DataFormatters/StringPrinter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/DataFormatters/StringPrinter.cpp b/lldb/source/DataFormatters/StringPrinter.cpp index 547b95962bc7..b3f98e3dc67f 100644 --- a/lldb/source/DataFormatters/StringPrinter.cpp +++ b/lldb/source/DataFormatters/StringPrinter.cpp @@ -16,7 +16,6 @@ #include "llvm/Support/ConvertUTF.h" -#include #include #include #include