Skip to content

Commit

Permalink
[lldb] Remove unused header from ValueObject.cpp
Browse files Browse the repository at this point in the history
In commit 5eaf44f I removed the last
instance of TypeSystemClang from ValueObject, so the header is no longer
needed.
  • Loading branch information
bulbazord committed Jan 29, 2020
1 parent 8b6320c commit 71b022e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lldb/source/Core/ValueObject.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit 71b022e

Please sign in to comment.