From 95bfeb5903c7b75a0a9ddf5c4b53e4308bb05486 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 21 Sep 2020 18:11:03 -0700 Subject: [PATCH] [lldb] Delete two unneeded --- lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 2 -- lldb/source/Target/Trace.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp index 1001514..aaf8394 100644 --- a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp +++ b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp @@ -52,8 +52,6 @@ #include "Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h" #include "Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h" -#include - using namespace lldb; using namespace lldb_private; using namespace llvm::pdb; diff --git a/lldb/source/Target/Trace.cpp b/lldb/source/Target/Trace.cpp index 6a1f8ea..afe4ee2 100644 --- a/lldb/source/Target/Trace.cpp +++ b/lldb/source/Target/Trace.cpp @@ -8,7 +8,6 @@ #include "lldb/Target/Trace.h" -#include #include #include "llvm/Support/Format.h" -- 2.7.4