forked from OSchip/llvm-project
[lldb] Delete two unneeded <regex>
This commit is contained in:
parent
89df0fda17
commit
95bfeb5903
|
@ -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;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "lldb/Target/Trace.h"
|
||||
|
||||
#include <regex>
|
||||
#include <sstream>
|
||||
|
||||
#include "llvm/Support/Format.h"
|
||||
|
|
Loading…
Reference in New Issue