]> granicus.if.org Git - clang/commitdiff
prune #includes
authorChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 21:06:29 +0000 (21:06 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 21:06:29 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65158 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclObjC.h

index 200ada2243c85c0d6c7c696f3fa6bbac6474b033..89240ee4ed41615b9db84d547bc14a5c403095a1 100644 (file)
 #ifndef LLVM_CLANG_AST_DECL_H
 #define LLVM_CLANG_AST_DECL_H
 
-#include "clang/Basic/IdentifierTable.h"
-#include "clang/Basic/OperatorKinds.h"
-#include "clang/AST/DeclarationName.h"
 #include "clang/AST/DeclBase.h"
-#include "clang/Parse/AccessSpecifier.h"
-#include "llvm/ADT/SmallVector.h"
+#include "clang/AST/DeclarationName.h"
 
 namespace clang {
 class Expr;
index ca4f3334318c359918791ef370335d68989a0a7e..312cdf093cd41a046f4e1759d96da4e55d99f40c 100644 (file)
@@ -18,8 +18,6 @@
 #include "clang/AST/Type.h"
 // FIXME: Layering violation
 #include "clang/Parse/AccessSpecifier.h"
-#include "clang/Basic/SourceLocation.h"
-#include "llvm/ADT/PointerIntPair.h"
 
 namespace clang {
 class DeclContext;
index 4d9b7f7a191f45156273f48618b1512edff9c120..49221caa815d526a3bfe926a25b5f3e3de82a47e 100644 (file)
@@ -15,8 +15,6 @@
 #define LLVM_CLANG_AST_DECLOBJC_H
 
 #include "clang/AST/Decl.h"
-#include "clang/Basic/IdentifierTable.h"
-#include "llvm/ADT/DenseMap.h"
 
 namespace clang {
 class Expr;
@@ -30,8 +28,7 @@ class ObjCProtocolDecl;
 class ObjCCategoryDecl;
 class ObjCPropertyDecl;
 class ObjCPropertyImplDecl;
-  
-  
+
 /// ObjCList - This is a simple template class used to hold various lists of
 /// decls etc, which is heavily used by the ObjC front-end.  This only use case
 /// this supports is setting the list all at once and then reading elements out