From: Reid Kleckner Date: Thu, 10 Oct 2019 18:17:24 +0000 (+0000) Subject: Remove strings.h include to fix GSYM Windows build X-Git-Tag: llvmorg-11-init~6891 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f05ed6601f226047324903fdddbf71851e21f9f5;p=platform%2Fupstream%2Fllvm.git Remove strings.h include to fix GSYM Windows build Fifth time's the charm. llvm-svn: 374411 --- diff --git a/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp b/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp index cf9ec32..c9dd9a9 100644 --- a/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp +++ b/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp @@ -14,7 +14,6 @@ #include #include -#include using namespace llvm; using namespace gsym;