From 795547a0d276dfce9779d11369a503eb20319fb4 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 10 Oct 2019 18:17:24 +0000 Subject: [PATCH] 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 --- lib/DebugInfo/GSYM/GsymCreator.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0