[llvm] [Support] Remove unused includes (NFC) (PR #116752)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 01:25:39 PST 2024
================
@@ -6,9 +6,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/ADT/ScopeExit.h"
----------------
nikic wrote:
This doesn't look right, I see make_scope_exit in this file. (Note that everything here is behind LLVM_WITH_Z3).
https://github.com/llvm/llvm-project/pull/116752
More information about the llvm-commits
mailing list