Split MessageInfo into its own header

This is first step towards splitting apart reporter implementation
and `catch_string.hpp`.
This commit is contained in:
Martin Hořeňovský 2020-05-10 16:44:27 +02:00
parent 7030d7740d
commit ed967fd7fc
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
9 changed files with 64 additions and 39 deletions

View file

@ -7,6 +7,7 @@
#include <catch2/interfaces/catch_interfaces_reporter.hpp>
#include <catch2/internal/catch_console_colour.hpp>
#include <catch2/catch_message.hpp>
#include <catch2/internal/catch_list.hpp>
#include <catch2/internal/catch_text.hpp>
#include <catch2/internal/catch_string_manip.hpp>