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

None

>From c57a27b8544d6ccea6e32c67ce82d39e3d3b550d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?= <[email protected]>
Date: Wed, 12 Aug 2026 09:03:30 +0200
Subject: [PATCH] [clang][bytecode][NFC] Remove unused includes from Boolean.h

---
 clang/lib/AST/ByteCode/Boolean.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/clang/lib/AST/ByteCode/Boolean.h b/clang/lib/AST/ByteCode/Boolean.h
index 09eefee14a854..33daa8362b4b9 100644
--- a/clang/lib/AST/ByteCode/Boolean.h
+++ b/clang/lib/AST/ByteCode/Boolean.h
@@ -12,8 +12,6 @@
 #include "Integral.h"
 #include "clang/AST/APValue.h"
 #include "clang/AST/ComparisonCategories.h"
-#include "llvm/ADT/APSInt.h"
-#include "llvm/Support/MathExtras.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cstddef>
 #include <cstdint>

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to