From: Fangrui Song Date: Tue, 22 Sep 2020 01:11:03 +0000 (-0700) Subject: [lldb] Delete two unneeded X-Git-Tag: llvmorg-13-init~11358 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95bfeb5903c7b75a0a9ddf5c4b53e4308bb05486;p=platform%2Fupstream%2Fllvm.git [lldb] Delete two unneeded --- 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"