Author: Timm Baeder Date: 2026-08-09T16:57:45Z New Revision: 7c5c13003128d24142407bcfbaf1e951d22e3443
URL: https://github.com/llvm/llvm-project/commit/7c5c13003128d24142407bcfbaf1e951d22e3443 DIFF: https://github.com/llvm/llvm-project/commit/7c5c13003128d24142407bcfbaf1e951d22e3443.diff LOG: [clang][bytecode][NFC] Remove an unused include (#215113) Added: Modified: clang/lib/AST/ByteCode/DynamicAllocator.cpp Removed: ################################################################################ diff --git a/clang/lib/AST/ByteCode/DynamicAllocator.cpp b/clang/lib/AST/ByteCode/DynamicAllocator.cpp index d70202b92e6e9..f7909d313eaab 100644 --- a/clang/lib/AST/ByteCode/DynamicAllocator.cpp +++ b/clang/lib/AST/ByteCode/DynamicAllocator.cpp @@ -8,7 +8,6 @@ #include "DynamicAllocator.h" #include "InterpBlock.h" -#include "InterpState.h" using namespace clang; using namespace clang::interp; _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
