diff options
author | Pavel Labath <pavel@labath.sk> | 2019-02-04 15:03:06 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-02-04 15:03:06 +0000 |
commit | e7404d99d2af2eabb3a0cfb89bd6afd1c70ea79e (patch) | |
tree | e000c3916a897327d2ebe9819bebef7de46820ae /lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp | |
parent | d90b5a2e5119fe3a67633a9880ff712630d26061 (diff) | |
download | bcm5719-llvm-e7404d99d2af2eabb3a0cfb89bd6afd1c70ea79e.tar.gz bcm5719-llvm-e7404d99d2af2eabb3a0cfb89bd6afd1c70ea79e.zip |
Fixes for the ProcessLaunchInfo move
llvm-svn: 353049
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp b/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp index dc24f2102d8..ad7feaa2d37 100644 --- a/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp +++ b/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp @@ -11,12 +11,12 @@ #include "IDebugDelegate.h" #include "lldb/Core/ModuleSpec.h" +#include "lldb/Host/ProcessLaunchInfo.h" #include "lldb/Host/ThreadLauncher.h" #include "lldb/Host/windows/HostProcessWindows.h" #include "lldb/Host/windows/HostThreadWindows.h" #include "lldb/Host/windows/ProcessLauncherWindows.h" #include "lldb/Target/Process.h" -#include "lldb/Target/ProcessLaunchInfo.h" #include "lldb/Utility/FileSpec.h" #include "lldb/Utility/Log.h" #include "lldb/Utility/Predicate.h" |