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/SBFrame.cpp | |
| parent | 8fd1b58fafe0fcd321d93cb7e73d7049ffb89772 (diff) | |
| download | llvm-4c5de69951acd9038d05eb11fa0399d6eaa0f39a.tar.gz llvm-4c5de69951acd9038d05eb11fa0399d6eaa0f39a.tar.bz2 llvm-4c5de69951acd9038d05eb11fa0399d6eaa0f39a.zip | |
And some more include line fixes.
llvm-svn: 105704
Diffstat (limited to 'lldb/source/API/SBFrame.cpp')
| -rw-r--r-- | lldb/source/API/SBFrame.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lldb/source/API/SBFrame.cpp b/lldb/source/API/SBFrame.cpp index d513e5b726dc..c3795325d9e9 100644 --- a/lldb/source/API/SBFrame.cpp +++ b/lldb/source/API/SBFrame.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "SBFrame.h" +#include "lldb/API/SBFrame.h" #include <string> #include <algorithm> @@ -31,11 +31,11 @@ #include "lldb/Target/StackFrame.h" #include "lldb/Target/Thread.h" -#include "SBDebugger.h" -#include "SBValue.h" -#include "SBAddress.h" -#include "SBSymbolContext.h" -#include "SBThread.h" +#include "lldb/API/SBDebugger.h" +#include "lldb/API/SBValue.h" +#include "lldb/API/SBAddress.h" +#include "lldb/API/SBSymbolContext.h" +#include "lldb/API/SBThread.h" using namespace lldb; using namespace lldb_private; |
