From 9670f847b8c5f6eb42c3df74035809f95465b5fb Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Mon, 18 Jul 2016 19:02:11 +0000 Subject: [NFC] Header cleanup Summary: Removed unused headers, replaced some headers with forward class declarations Patch by: Eugene Differential Revision: https://reviews.llvm.org/D20100 llvm-svn: 275882 --- clang/lib/AST/Expr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/AST/Expr.cpp') diff --git a/clang/lib/AST/Expr.cpp b/clang/lib/AST/Expr.cpp index 091e8787d8b..8762dda7ec2 100644 --- a/clang/lib/AST/Expr.cpp +++ b/clang/lib/AST/Expr.cpp @@ -11,7 +11,6 @@ // //===----------------------------------------------------------------------===// -#include "clang/AST/APValue.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Attr.h" #include "clang/AST/DeclCXX.h" -- cgit v1.2.3