diff options
author | Haowei Wu <haowei@google.com> | 2024-07-31 13:58:30 -0700 |
---|---|---|
committer | Haowei Wu <haowei@google.com> | 2024-07-31 13:58:30 -0700 |
commit | 9effefbae8d96006a4dd29bb9ab8532fd408559d (patch) | |
tree | b41077708ed8bea8b780405672c3883216dbd884 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | c6a3f4e2f2586cb1ce51306c305752a78bdba263 (diff) | |
download | llvm-9effefbae8d96006a4dd29bb9ab8532fd408559d.zip llvm-9effefbae8d96006a4dd29bb9ab8532fd408559d.tar.gz llvm-9effefbae8d96006a4dd29bb9ab8532fd408559d.tar.bz2 |
Revert "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue"
This reverts commit e72cdae47b4e263ea97b2bdd75cf44c1510cf3be, which broke
LLVM's lldb builder for Windows msvc.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp index a78c76b..d34fdf1 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp @@ -16,7 +16,7 @@ #include "Interfaces/OperatingSystemPythonInterface/OperatingSystemPythonInterface.h" #include "Interfaces/ScriptedPlatformPythonInterface/ScriptedPlatformPythonInterface.h" -#include "Interfaces/ScriptedProcessPythonInterface/ScriptedProcessPythonInterface.h" +#include "Interfaces/ScriptedProcessPythonInterface.h" #include "Interfaces/ScriptedThreadPlanPythonInterface/ScriptedThreadPlanPythonInterface.h" #include "PythonDataObjects.h" #include "PythonReadline.h" |