Skip to content

Commit

Permalink
[Sema] Remove unneeded TreeTransform.h includes, NFC
Browse files Browse the repository at this point in the history
SemaDecl.cpp and SemaType.cpp don't have any TreeTransforms.
  • Loading branch information
rnk committed Jan 25, 2020
1 parent de863bc commit 0ebc8e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion clang/lib/Sema/SemaDecl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
//
//===----------------------------------------------------------------------===//

#include "TreeTransform.h"
#include "TypeLocBuilder.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
Expand Down
1 change: 0 additions & 1 deletion clang/lib/Sema/SemaType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
//===----------------------------------------------------------------------===//

#include "TypeLocBuilder.h"
#include "TreeTransform.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTMutationListener.h"
Expand Down

0 comments on commit 0ebc8e6

Please sign in to comment.