[lldb] Delete two unneeded <regex>
authorFangrui Song <i@maskray.me>
Tue, 22 Sep 2020 01:11:03 +0000 (18:11 -0700)
committerFangrui Song <i@maskray.me>
Tue, 22 Sep 2020 01:11:26 +0000 (18:11 -0700)
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
lldb/source/Target/Trace.cpp

index 1001514..aaf8394 100644 (file)
@@ -52,8 +52,6 @@
 #include "Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h"
 #include "Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h"
 
-#include <regex>
-
 using namespace lldb;
 using namespace lldb_private;
 using namespace llvm::pdb;
index 6a1f8ea..afe4ee2 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "lldb/Target/Trace.h"
 
-#include <regex>
 #include <sstream>
 
 #include "llvm/Support/Format.h"