summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/InstrumentationRuntime
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-08-05 17:28:28 +0000
committerVedant Kumar <vsk@apple.com>2016-08-05 17:28:28 +0000
commit2385302f8dd5de27b66ed011ea33c6ec3d221477 (patch)
tree466df47d4f87e10e53ac14fd34aaff3453688325 /lldb/source/Plugins/InstrumentationRuntime
parent39e074d829795cc1dae10970ab9274b2e4d85f3f (diff)
[asan] Remove unused include (NFC)
Diffstat (limited to 'lldb/source/Plugins/InstrumentationRuntime')
-rw-r--r--lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp b/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
index 99857cd3d1b..e21e0349bb3 100644
--- a/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
+++ b/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
@@ -22,7 +22,6 @@
#include "lldb/Expression/UserExpression.h"
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Symbol/Symbol.h"
-#include "lldb/Symbol/SymbolContext.h"
#include "lldb/Target/InstrumentationRuntimeStopInfo.h"
#include "lldb/Target/StopInfo.h"
#include "lldb/Target/Target.h"