[lldb] Delete two unneeded <regex>

This commit is contained in:
Fangrui Song 2020-09-21 18:11:03 -07:00
parent 89df0fda17
commit 95bfeb5903
2 changed files with 0 additions and 3 deletions

View 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;

View File

@ -8,7 +8,6 @@
#include "lldb/Target/Trace.h"
#include <regex>
#include <sstream>
#include "llvm/Support/Format.h"