Author: Timm Bäder Date: 2023-09-15T13:37:35+02:00 New Revision: 73371faf05887fbe84916456b7c200b07978e7b5
URL: https://github.com/llvm/llvm-project/commit/73371faf05887fbe84916456b7c200b07978e7b5 DIFF: https://github.com/llvm/llvm-project/commit/73371faf05887fbe84916456b7c200b07978e7b5.diff LOG: [clang][Interp][NFC] Remove unused includes Added: Modified: clang/lib/AST/Interp/ByteCodeStmtGen.cpp clang/lib/AST/Interp/ByteCodeStmtGen.h Removed: ################################################################################ diff --git a/clang/lib/AST/Interp/ByteCodeStmtGen.cpp b/clang/lib/AST/Interp/ByteCodeStmtGen.cpp index b7553d8963ff0ee..5beb5c3d22b4f64 100644 --- a/clang/lib/AST/Interp/ByteCodeStmtGen.cpp +++ b/clang/lib/AST/Interp/ByteCodeStmtGen.cpp @@ -12,9 +12,6 @@ #include "Context.h" #include "Function.h" #include "PrimType.h" -#include "Program.h" -#include "State.h" -#include "clang/Basic/LLVM.h" using namespace clang; using namespace clang::interp; diff --git a/clang/lib/AST/Interp/ByteCodeStmtGen.h b/clang/lib/AST/Interp/ByteCodeStmtGen.h index 278e804a803c951..5d48c0d27d245eb 100644 --- a/clang/lib/AST/Interp/ByteCodeStmtGen.h +++ b/clang/lib/AST/Interp/ByteCodeStmtGen.h @@ -16,11 +16,7 @@ #include "ByteCodeEmitter.h" #include "ByteCodeExprGen.h" #include "EvalEmitter.h" -#include "Pointer.h" #include "PrimType.h" -#include "Record.h" -#include "clang/AST/Decl.h" -#include "clang/AST/Expr.h" #include "clang/AST/StmtVisitor.h" namespace clang { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits