diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2010-06-09 07:44:37 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2010-06-09 07:44:37 +0000 |
commit | 4c5de69951acd9038d05eb11fa0399d6eaa0f39a (patch) | |
tree | d7d9198052412c5244fafa86ac382a9a086c0654 /lldb/source/API/SBThread.cpp | |
parent | 8fd1b58fafe0fcd321d93cb7e73d7049ffb89772 (diff) | |
download | bcm5719-llvm-4c5de69951acd9038d05eb11fa0399d6eaa0f39a.tar.gz bcm5719-llvm-4c5de69951acd9038d05eb11fa0399d6eaa0f39a.zip |
And some more include line fixes.
llvm-svn: 105704
Diffstat (limited to 'lldb/source/API/SBThread.cpp')
-rw-r--r-- | lldb/source/API/SBThread.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lldb/source/API/SBThread.cpp b/lldb/source/API/SBThread.cpp index 4ae9ba17525..f0cc46d7bd8 100644 --- a/lldb/source/API/SBThread.cpp +++ b/lldb/source/API/SBThread.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "SBThread.h" +#include "lldb/API/SBThread.h" #include "lldb/API/SBSymbolContext.h" #include "lldb/API/SBFileSpec.h" @@ -26,11 +26,11 @@ #include "lldb/Target/ThreadPlanStepInRange.h" -#include "SBAddress.h" -#include "SBFrame.h" -#include "SBSourceManager.h" -#include "SBDebugger.h" -#include "SBProcess.h" +#include "lldb/API/SBAddress.h" +#include "lldb/API/SBFrame.h" +#include "lldb/API/SBSourceManager.h" +#include "lldb/API/SBDebugger.h" +#include "lldb/API/SBProcess.h" using namespace lldb; using namespace lldb_private; |