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/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp | |
| 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/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp')
| -rw-r--r-- | lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp b/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp index 59d42b9ad72..8ddc253aea5 100644 --- a/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp +++ b/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp @@ -14,7 +14,7 @@ #include "ProcessFreeBSD.h" #include "ProcessMonitor.h" #include "RegisterContextPOSIXProcessMonitor_arm.h" -#include "RegisterContextPOSIX_arm.h" +#include "Plugins/Process/Utility/RegisterContextPOSIX_arm.h" using namespace lldb_private; using namespace lldb; |

