From 71b022ee55d4bfc5a3c3539f4c1c22c7b308a605 Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Tue, 28 Jan 2020 14:44:32 -0800 Subject: [PATCH] [lldb] Remove unused header from ValueObject.cpp In commit 5eaf44f99f0a0a3bdfa892892b8aaca841c8dbe0 I removed the last instance of TypeSystemClang from ValueObject, so the header is no longer needed. --- lldb/source/Core/ValueObject.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp index f3fa09c..283ab30 100644 --- a/lldb/source/Core/ValueObject.cpp +++ b/lldb/source/Core/ValueObject.cpp @@ -25,7 +25,6 @@ #include "lldb/DataFormatters/ValueObjectPrinter.h" #include "lldb/Expression/ExpressionVariable.h" #include "lldb/Host/Config.h" -#include "lldb/Symbol/TypeSystemClang.h" #include "lldb/Symbol/CompileUnit.h" #include "lldb/Symbol/CompilerType.h" #include "lldb/Symbol/Declaration.h" -- 2.7.4