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

via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 12 01:25:37 PDT 2026


Author: Timm Baeder
Date: 2026-08-12T10:25:31+02:00
New Revision: 3c40ab78ebf73964a0fe045c2fdfe6fdae6e5ce1

URL: https://github.com/llvm/llvm-project/commit/3c40ab78ebf73964a0fe045c2fdfe6fdae6e5ce1
DIFF: https://github.com/llvm/llvm-project/commit/3c40ab78ebf73964a0fe045c2fdfe6fdae6e5ce1.diff

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

Added: 
    

Modified: 
    clang/lib/AST/ByteCode/Boolean.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/ByteCode/Boolean.h b/clang/lib/AST/ByteCode/Boolean.h
index a4adcbc6ce008..dfc6d4916e040 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>


        


More information about the cfe-commits mailing list