[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-cov / Inputs / directory_coverage / header.h
blob6a4eb2d60723a2f2513caf8c78d94f2c93506c62
1 #include "b0/b1.h"
2 #include "c0/c1/c2.h"
4 template<typename T>
5 bool equal(T a, T b);