[Lldb-commits] [PATCH] D12929: Remove unused includes from clang in DataFormatters.

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 17 11:48:00 PDT 2015


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"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12929.35024.patch
Type: text/x-patch
Size: 500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150917/390b58fd/attachment.bin>


More information about the lldb-commits mailing list