mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-10 18:40:49 +02:00
72525a3053
Previous splitting of catch_common.hpp left it containing only one actual thing, which is the `SourceLineInfo` type. Given that, there is no reason to keep the old name. Also found out that it was included in some places for no reason (primarily Matchers).