Remove unused includes from clang in DataFormatters.

Reviewers: granata.enrico

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D12929

llvm-svn: 247916
This commit is contained in:
Bruce Mitchener 2015-09-17 18:46:22 +00:00
parent 59b5a37db0
commit 71d5fe3b11

View File

@ -15,9 +15,6 @@
#include <functional>
// Other libraries and framework includes
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Type.h"
#include "clang/AST/DeclObjC.h"
// Project includes
#include "lldb/lldb-public.h"