Skip to content

Commit

Permalink
[clang][Interp][NFC] Trim Source.h includes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaederr committed Jul 13, 2023
1 parent d1fc8f7 commit 245d10b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions clang/lib/AST/Interp/Source.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@
#define LLVM_CLANG_AST_INTERP_SOURCE_H

#include "PrimType.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Stmt.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/Support/Endian.h"

namespace clang {

class Decl;
class Stmt;
class SourceLocation;
class Expr;
class SourceRange;

namespace interp {
class Function;

Expand Down

0 comments on commit 245d10b

Please sign in to comment.