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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=795547a0d276dfce9779d11369a503eb20319fb4;p=llvm Remove strings.h include to fix GSYM Windows build Fifth time's the charm. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374411 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/GSYM/GsymCreator.cpp b/lib/DebugInfo/GSYM/GsymCreator.cpp index cf9ec32da8d..c9dd9a95e96 100644 --- a/lib/DebugInfo/GSYM/GsymCreator.cpp +++ b/lib/DebugInfo/GSYM/GsymCreator.cpp @@ -14,7 +14,6 @@ #include #include -#include using namespace llvm; using namespace gsym;