[lldb] Remove unused header from ValueObject.cpp
authorAlex Langford <apl@fb.com>
Tue, 28 Jan 2020 22:44:32 +0000 (14:44 -0800)
committerAlex Langford <apl@fb.com>
Wed, 29 Jan 2020 00:13:21 +0000 (16:13 -0800)
In commit 5eaf44f99f0a0a3bdfa892892b8aaca841c8dbe0 I removed the last
instance of TypeSystemClang from ValueObject, so the header is no longer
needed.

lldb/source/Core/ValueObject.cpp

index f3fa09c..283ab30 100644 (file)
@@ -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"