diff options
author | Reid Kleckner <rnk@google.com> | 2019-10-10 18:17:24 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-10-10 18:17:24 +0000 |
commit | f05ed6601f226047324903fdddbf71851e21f9f5 (patch) | |
tree | caa2a62a193b938e6d77cc2483ebf09f3dcddfc9 /llvm/lib/DebugInfo | |
parent | 4ae13e2a7a14ae912032382e2f5cf66d4fe629bc (diff) | |
download | bcm5719-llvm-f05ed6601f226047324903fdddbf71851e21f9f5.tar.gz bcm5719-llvm-f05ed6601f226047324903fdddbf71851e21f9f5.zip |
Remove strings.h include to fix GSYM Windows build
Fifth time's the charm.
llvm-svn: 374411
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r-- | llvm/lib/DebugInfo/GSYM/GsymCreator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp b/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp index cf9ec32da8d..c9dd9a95e96 100644 --- a/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp +++ b/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp @@ -14,7 +14,6 @@ #include <algorithm> #include <cassert> -#include <strings.h> using namespace llvm; using namespace gsym; |