Rename catch_common.hpp -> catch_source_line_info.hpp

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).
This commit is contained in:
Martin Hořeňovský 2020-11-27 11:08:26 +01:00
parent 1982c0d5ee
commit 72525a3053
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
22 changed files with 25 additions and 28 deletions

View file

@ -9,7 +9,7 @@
#define CATCH_TEST_CASE_TRACKER_HPP_INCLUDED
#include <catch2/internal/catch_compiler_capabilities.hpp>
#include <catch2/internal/catch_common.hpp>
#include <catch2/internal/catch_source_line_info.hpp>
#include <string>
#include <vector>