diff options
author | Zachary Turner <zturner@google.com> | 2015-03-03 21:05:17 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-03-03 21:05:17 +0000 |
commit | af0f45f1c96dc0674fd61e35e0c6e15fb586718a (patch) | |
tree | 51f537ad078dd23f100990e62404fb47291ad645 /lldb/source/Core/FormatEntity.cpp | |
parent | 06a8eb8343676632fc6e1563c39835b1a91da53b (diff) | |
download | bcm5719-llvm-af0f45f1c96dc0674fd61e35e0c6e15fb586718a.tar.gz bcm5719-llvm-af0f45f1c96dc0674fd61e35e0c6e15fb586718a.zip |
Don't #include ClangPersistentVariables.h from Process.h
Nothing from this header file was even being referenced in
Process.h anyway, so it was a completely unnecessary include.
llvm-svn: 231131
Diffstat (limited to 'lldb/source/Core/FormatEntity.cpp')
-rw-r--r-- | lldb/source/Core/FormatEntity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/FormatEntity.cpp b/lldb/source/Core/FormatEntity.cpp index 896cd709fed..20190bbdb85 100644 --- a/lldb/source/Core/FormatEntity.cpp +++ b/lldb/source/Core/FormatEntity.cpp @@ -20,6 +20,7 @@ #include "lldb/Core/ValueObjectVariable.h" #include "lldb/DataFormatters/DataVisualization.h" #include "lldb/DataFormatters/FormatManager.h" +#include "lldb/Expression/ClangExpressionVariable.h" #include "lldb/Host/FileSpec.h" #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Symbol/Block.h" |