Skip to content

Commit 3f991f5

Browse files
authored
[clang][bytecode][NFC] Remove unused includes (#149460)
1 parent 74c396a commit 3f991f5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

clang/lib/AST/ByteCode/InterpBlock.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
#define LLVM_CLANG_AST_INTERP_BLOCK_H
1515

1616
#include "Descriptor.h"
17-
#include "clang/AST/ComparisonCategories.h"
18-
#include "clang/AST/Decl.h"
19-
#include "clang/AST/DeclCXX.h"
20-
#include "clang/AST/Expr.h"
21-
#include "llvm/ADT/PointerUnion.h"
2217
#include "llvm/Support/raw_ostream.h"
2318

2419
namespace clang {

clang/lib/AST/ByteCode/InterpBuiltin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
#include "../ExprConstShared.h"
99
#include "Boolean.h"
10-
#include "Compiler.h"
1110
#include "EvalEmitter.h"
1211
#include "Interp.h"
1312
#include "InterpBuiltinBitCast.h"

0 commit comments

Comments
 (0)