[Lldb-commits] [lldb] 99155e9 - [lldb][NFC] Remove unused header from Target

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon May 24 15:14:57 PDT 2021


Author: Alex Langford
Date: 2021-05-24T15:13:08-07:00
New Revision: 99155e913e9bad5f7f8a247f8bb3a3ff3da74af1

URL: https://github.com/llvm/llvm-project/commit/99155e913e9bad5f7f8a247f8bb3a3ff3da74af1
DIFF: https://github.com/llvm/llvm-project/commit/99155e913e9bad5f7f8a247f8bb3a3ff3da74af1.diff

LOG: [lldb][NFC] Remove unused header from Target

Should have been removed with 4c0b0de904a5622c33e3ed97e86c6792fbc13feb
but I forgot to do so.

Added: 
    

Modified: 
    lldb/source/Target/Target.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp
index 8ebc3ae3098c..550aa14c4db3 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -7,7 +7,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "lldb/Target/Target.h"
-#include "Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h"
 #include "lldb/Breakpoint/BreakpointIDList.h"
 #include "lldb/Breakpoint/BreakpointPrecondition.h"
 #include "lldb/Breakpoint/BreakpointResolver.h"


        


More information about the lldb-commits mailing list