diff options
author | Zachary Turner <zturner@google.com> | 2017-02-01 19:45:14 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-02-01 19:45:14 +0000 |
commit | df44988b87591b27447b0bcfa9fcab800c84bf9b (patch) | |
tree | eec3108aef1ed5ef8f5f170d7acd46f8a8bdef75 /lldb/source/Target/Platform.cpp | |
parent | 5569c0b953242715d4d8d8ee32c393d7b58b4e8e (diff) | |
download | bcm5719-llvm-df44988b87591b27447b0bcfa9fcab800c84bf9b.tar.gz bcm5719-llvm-df44988b87591b27447b0bcfa9fcab800c84bf9b.zip |
Break some dependencies in lldbUtility.
Differential Revision: https://reviews.llvm.org/D29359
llvm-svn: 293806
Diffstat (limited to 'lldb/source/Target/Platform.cpp')
-rw-r--r-- | lldb/source/Target/Platform.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Target/Platform.cpp b/lldb/source/Target/Platform.cpp index e3136cc3fe4..117e7098ec2 100644 --- a/lldb/source/Target/Platform.cpp +++ b/lldb/source/Target/Platform.cpp @@ -41,7 +41,6 @@ #include "lldb/Target/Process.h" #include "lldb/Target/Target.h" #include "lldb/Target/UnixSignals.h" -#include "lldb/Utility/Utils.h" // Define these constants from POSIX mman.h rather than include the file // so that they will be correct even when compiled on Linux. |