Author: Dave Lee Date: 2022-03-10T14:56:21-08:00 New Revision: 14e4d2e5643e505039588d50b31e29e3042009f5
URL: https://github.com/llvm/llvm-project/commit/14e4d2e5643e505039588d50b31e29e3042009f5 DIFF: https://github.com/llvm/llvm-project/commit/14e4d2e5643e505039588d50b31e29e3042009f5.diff LOG: [lldb] Remove unused include in ScriptedProcessInterface.h Added: Modified: lldb/include/lldb/Interpreter/ScriptedProcessInterface.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Interpreter/ScriptedProcessInterface.h b/lldb/include/lldb/Interpreter/ScriptedProcessInterface.h index 26d285b3a3e08..905623e575f71 100644 --- a/lldb/include/lldb/Interpreter/ScriptedProcessInterface.h +++ b/lldb/include/lldb/Interpreter/ScriptedProcessInterface.h @@ -10,7 +10,6 @@ #define LLDB_INTERPRETER_SCRIPTEDPROCESSINTERFACE_H #include "lldb/Core/StructuredDataImpl.h" -#include "lldb/Interpreter/ScriptInterpreter.h" #include "lldb/Interpreter/ScriptedInterface.h" #include "lldb/Target/MemoryRegionInfo.h" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits