[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-cov / Inputs / multithreaded_report / words.h
blob855f7b32e0bb721efbb8e2049afc26e0f3c609b3
1 #include <cmath>
2 #include <cstdint>
4 inline double logarithm(uint16_t v) {
5 return log(v);
8 bool loopWords();