[clang] [lld] [llvm] [NFC] Cleanup in Support headers. (PR #104825)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 19:54:04 PDT 2024
================
@@ -39,7 +39,6 @@
#ifndef LLVM_SUPPORT_BALANCED_PARTITIONING_H
#define LLVM_SUPPORT_BALANCED_PARTITIONING_H
-#include "raw_ostream.h"
#include "llvm/ADT/ArrayRef.h"
#include <atomic>
----------------
s-barannikov wrote:
(nit)
```suggestion
#include "llvm/ADT/ArrayRef.h"
#include <atomic>
```
https://github.com/llvm/llvm-project/pull/104825
More information about the llvm-commits
mailing list