[clang] [clang][bytecode][NFC] Remove an unused include (PR #215113)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 9 09:18:18 PDT 2026


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?= <tbaeder at redhat.com>
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;



More information about the cfe-commits mailing list