[clang] [clang][bytecode][NFC] Remove unused includes from Boolean.h (PR #215741)

via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 12 00:05:03 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Timm Baeder (tbaederr)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/215741.diff


1 Files Affected:

- (modified) clang/lib/AST/ByteCode/Boolean.h (-2) 


``````````diff
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>

``````````

</details>


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


More information about the cfe-commits mailing list