summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorJames Y Knight <jyknight@google.com>2018-05-22 22:53:50 +0000
committerJames Y Knight <jyknight@google.com>2018-05-22 22:53:50 +0000
commit2ad482122320b0c8831fa47c3aaa72a91146e490 (patch)
tree6ab2dced2dbab99aba89f48d741fc1e378481fa2 /lldb/source/API
parent5b1083d76f38c5686184631aedf20ab799b4bdc2 (diff)
downloadbcm5719-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.cpp2
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"
OpenPOWER on IntegriCloud