From 9277ce79328cb607656a08097559ff22447f2e70 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 17 Jul 2021 16:55:51 +0100 Subject: [DebugInfo] Remove unnecessary include dependency from DebugInfo headers. NFC. At most these use the StringRef/Twine wrappers and don't have any implicit uses of std::string. Move the include down to any cpp implementation where std::string is actually used. --- llvm/lib/DebugInfo/CodeView/CodeViewError.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/DebugInfo/CodeView/CodeViewError.cpp') diff --git a/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp b/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp index 69390c7..d12f6c7 100644 --- a/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp +++ b/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp @@ -9,6 +9,7 @@ #include "llvm/DebugInfo/CodeView/CodeViewError.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ManagedStatic.h" +#include using namespace llvm; using namespace llvm::codeview; -- cgit v1.1