I see that in PR: #94 the header matching functionality was removed.
This means that you have to IWYU both in the .cpp files and headers (header is not enough).
AFAIK header include should be enough for IWYU in the cpp files.
Is that a bug or a feature (style changes)?