]> granicus.if.org Git - llvm/commitdiff
Remove strings.h include to fix GSYM Windows build
authorReid Kleckner <rnk@google.com>
Thu, 10 Oct 2019 18:17:24 +0000 (18:17 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 10 Oct 2019 18:17:24 +0000 (18:17 +0000)
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

index cf9ec32da8d444d74a725c92f889b3ac23008b22..c9dd9a95e969921dffd9332e89ce108253b2222c 100644 (file)
@@ -14,7 +14,6 @@
 
 #include <algorithm>
 #include <cassert>
-#include <strings.h>
 
 using namespace llvm;
 using namespace gsym;