[Lldb-commits] [lldb] r342046 - Remove unused include that's also a layering violation.

Benjamin Kramer via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 12 04:27:10 PDT 2018


Author: d0k
Date: Wed Sep 12 04:27:10 2018
New Revision: 342046

URL: http://llvm.org/viewvc/llvm-project?rev=342046&view=rev
Log:
Remove unused include that's also a layering violation.

Modified:
    lldb/trunk/source/Target/CPPLanguageRuntime.cpp

Modified: lldb/trunk/source/Target/CPPLanguageRuntime.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/CPPLanguageRuntime.cpp?rev=342046&r1=342045&r2=342046&view=diff
==============================================================================
--- lldb/trunk/source/Target/CPPLanguageRuntime.cpp (original)
+++ lldb/trunk/source/Target/CPPLanguageRuntime.cpp Wed Sep 12 04:27:10 2018
@@ -14,7 +14,6 @@
 
 #include "llvm/ADT/StringRef.h"
 
-#include "lldb/API/SBValue.h"
 #include "lldb/Symbol/Block.h"
 #include "lldb/Symbol/VariableList.h"
 




More information about the lldb-commits mailing list