diff --git a/clang/lib/AST/Interp/Source.h b/clang/lib/AST/Interp/Source.h index f448081362b58..89fca9ac80f28 100644 --- a/clang/lib/AST/Interp/Source.h +++ b/clang/lib/AST/Interp/Source.h @@ -14,17 +14,11 @@ #define LLVM_CLANG_AST_INTERP_SOURCE_H #include "PrimType.h" -#include "llvm/ADT/PointerUnion.h" +#include "clang/AST/Decl.h" +#include "clang/AST/Stmt.h" #include "llvm/Support/Endian.h" namespace clang { - -class Decl; -class Stmt; -class SourceLocation; -class Expr; -class SourceRange; - namespace interp { class Function;