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/NetBSD | |
| 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/NetBSD')
| -rw-r--r-- | lldb/source/Plugins/Process/NetBSD/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Process/NetBSD/CMakeLists.txt b/lldb/source/Plugins/Process/NetBSD/CMakeLists.txt index 5b2cef8b847..92a6014ced0 100644 --- a/lldb/source/Plugins/Process/NetBSD/CMakeLists.txt +++ b/lldb/source/Plugins/Process/NetBSD/CMakeLists.txt @@ -1,7 +1,3 @@ -include_directories(.) -include_directories(../POSIX) -include_directories(../Utility) - add_lldb_library(lldbPluginProcessNetBSD PLUGIN NativeProcessNetBSD.cpp NativeRegisterContextNetBSD.cpp |

