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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
