diff options
| author | James Y Knight <jyknight@google.com> | 2018-05-22 22:53:50 +0000 |
|---|---|---|
| committer | James Y Knight <jyknight@google.com> | 2018-05-22 22:53:50 +0000 |
| commit | 2ad482122320b0c8831fa47c3aaa72a91146e490 (patch) | |
| tree | 6ab2dced2dbab99aba89f48d741fc1e378481fa2 /lldb/source/API | |
| parent | 5b1083d76f38c5686184631aedf20ab799b4bdc2 (diff) | |
| download | bcm5719-llvm-2ad482122320b0c8831fa47c3aaa72a91146e490.tar.gz bcm5719-llvm-2ad482122320b0c8831fa47c3aaa72a91146e490.zip | |
Normalize some lldb #include statements.
Most non-local includes of header files living under lldb/sources/
were specified with the full path starting after sources/. However, in
a few instances, other sub-directories were added to include paths, or
Normalize those few instances to follow the style used by the rest of
the codebase, to make it easier to understand.
llvm-svn: 333035
Diffstat (limited to 'lldb/source/API')
| -rw-r--r-- | lldb/source/API/SBTarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBTarget.cpp b/lldb/source/API/SBTarget.cpp index 5d62cf81406..4f168168368 100644 --- a/lldb/source/API/SBTarget.cpp +++ b/lldb/source/API/SBTarget.cpp @@ -64,7 +64,7 @@ #include "lldb/Utility/Log.h" #include "lldb/Utility/RegularExpression.h" -#include "../source/Commands/CommandObjectBreakpoint.h" +#include "Commands/CommandObjectBreakpoint.h" #include "lldb/Interpreter/CommandReturnObject.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/Regex.h" |

