https://github.com/tbaederr created 
https://github.com/llvm/llvm-project/pull/215113

None

>From bce05c1592f24dddfae06e8d3c6977ef9a501160 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?= <[email protected]>
Date: Sun, 9 Aug 2026 18:17:34 +0200
Subject: [PATCH] [clang][bytecode][NFC] Remove an unused include

---
 clang/lib/AST/ByteCode/DynamicAllocator.cpp | 1 -
 1 file changed, 1 deletion(-)

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

Reply via email to