[llvm] 35a1202 - DWARFDebugFrame.cpp - remove unused <string> include. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 13 07:21:38 PDT 2021


Author: Simon Pilgrim
Date: 2021-06-13T15:19:24+01:00
New Revision: 35a12023f3925ab6161e0525f7570810e3ee04e7

URL: https://github.com/llvm/llvm-project/commit/35a12023f3925ab6161e0525f7570810e3ee04e7
DIFF: https://github.com/llvm/llvm-project/commit/35a12023f3925ab6161e0525f7570810e3ee04e7.diff

LOG: DWARFDebugFrame.cpp - remove unused <string> include. NFCI.

Added: 
    

Modified: 
    llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp b/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
index d9a29702c6c48..1e087d6dedab2 100644
--- a/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
+++ b/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
@@ -24,7 +24,6 @@
 #include <cassert>
 #include <cinttypes>
 #include <cstdint>
-#include <string>
 
 using namespace llvm;
 using namespace dwarf;


        


More information about the llvm-commits mailing list