Reduce misc includes all around

This commit is contained in:
Martin Hořeňovský 2023-03-23 13:41:04 +01:00
parent 3230760db2
commit c487b27d9d
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
10 changed files with 30 additions and 11 deletions

View file

@ -11,14 +11,11 @@
#include <catch2/catch_assertion_info.hpp>
#include <catch2/internal/catch_decomposer.hpp>
#include <catch2/interfaces/catch_interfaces_capture.hpp>
#include <catch2/internal/catch_lazy_expr.hpp>
#include <string>
namespace Catch {
class IResultCapture;
struct AssertionReaction {
bool shouldDebugBreak = false;
bool shouldThrow = false;