Skip to content

Commit cc69662

Browse files
committed
[clang][Interp][NFC] Remove unneeded Source.h includes
1 parent b242820 commit cc69662

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

clang/lib/AST/Interp/Source.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@
1414
#define LLVM_CLANG_AST_INTERP_SOURCE_H
1515

1616
#include "PrimType.h"
17-
#include "clang/AST/Decl.h"
18-
#include "clang/AST/Stmt.h"
17+
#include "llvm/ADT/PointerUnion.h"
1918
#include "llvm/Support/Endian.h"
2019

2120
namespace clang {
21+
class Stmt;
22+
class Decl;
23+
class Expr;
24+
class SourceLocation;
25+
class SourceRange;
2226
namespace interp {
2327
class Function;
2428

0 commit comments

Comments
 (0)