[clang] [lld] [llvm] [NFC] Cleanup in Support headers. (PR #104825)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 03:06:58 PDT 2024


================
@@ -13,7 +13,7 @@
 #ifndef LLVM_SUPPORT_CRC_H
 #define LLVM_SUPPORT_CRC_H
 
-#include "llvm/Support/DataTypes.h"
+#include <stdint.h>
----------------
s-barannikov wrote:

```suggestion
#include <cstdint>
```

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


More information about the llvm-commits mailing list