summaryrefslogtreecommitdiff
path: root/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-03 21:05:17 +0000
committerZachary Turner <zturner@google.com>2015-03-03 21:05:17 +0000
commit3b0cc19f2e82241e63ca59886f8729e72d781a4e (patch)
tree437fb175e26a4ae37e0167ea07d43a9daf42fcb6 /source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
parent5f246751eddabc163d2a4a0ebf04124fb63b315b (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@231131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp')
-rw-r--r--source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp b/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
index 010e3f0be..91f600699 100644
--- a/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
+++ b/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
@@ -10,6 +10,7 @@
#include "UnwindAssembly-x86.h"
#include "llvm-c/Disassembler.h"
+#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/TargetSelect.h"
#include "lldb/Core/Address.h"