[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:05 PDT 2024


================
@@ -9,17 +9,14 @@
 #ifndef LLVM_SUPPORT_CHRONO_H
 #define LLVM_SUPPORT_CHRONO_H
 
-#include "llvm/Support/Compiler.h"
-#include "llvm/Support/FormatProviders.h"
+#include "llvm/Support/FormatVariadicDetails.h"
 
 #include <chrono>
----------------
s-barannikov wrote:

(nit) extra newline

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


More information about the llvm-commits mailing list