This revision was automatically updated to reflect the committed changes. Closed by commit rL247916: Remove unused includes from clang in DataFormatters. (authored by brucem).
Changed prior to commit: http://reviews.llvm.org/D12929?vs=34974&id=35024#toc Repository: rL LLVM http://reviews.llvm.org/D12929 Files: lldb/trunk/include/lldb/DataFormatters/FormattersContainer.h Index: lldb/trunk/include/lldb/DataFormatters/FormattersContainer.h =================================================================== --- lldb/trunk/include/lldb/DataFormatters/FormattersContainer.h +++ lldb/trunk/include/lldb/DataFormatters/FormattersContainer.h @@ -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"
Index: lldb/trunk/include/lldb/DataFormatters/FormattersContainer.h =================================================================== --- lldb/trunk/include/lldb/DataFormatters/FormattersContainer.h +++ lldb/trunk/include/lldb/DataFormatters/FormattersContainer.h @@ -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"
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits