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.

llvm-svn: 374411

llvm/lib/DebugInfo/GSYM/GsymCreator.cpp

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