[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


================
@@ -13,10 +13,12 @@
 #ifndef LLVM_SUPPORT_COMPRESSION_H
 #define LLVM_SUPPORT_COMPRESSION_H
 
-#include "llvm/ADT/ArrayRef.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/Support/ErrorHandling.h"
+#include <stddef.h>
+#include <stdint.h>
----------------
s-barannikov wrote:

Here and elsewhere
```suggestion
#include <cstddef>
#include <cstdint>
```

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


More information about the llvm-commits mailing list