Skip to content

Commit 634128b

Browse files
committed
[clang][Interp][NFC] Remove some unused includes
1 parent 7d59020 commit 634128b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/AST/Interp/Interp.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@
2727
#include "Program.h"
2828
#include "State.h"
2929
#include "clang/AST/ASTContext.h"
30-
#include "clang/AST/ASTDiagnostic.h"
31-
#include "clang/AST/CXXInheritance.h"
3230
#include "clang/AST/Expr.h"
3331
#include "llvm/ADT/APFloat.h"
3432
#include "llvm/ADT/APSInt.h"
35-
#include "llvm/Support/Endian.h"
36-
#include <limits>
3733
#include <type_traits>
3834

3935
namespace clang {

0 commit comments

Comments
 (0)