Reduce misc includes all around
This commit is contained in:
parent
3230760db2
commit
c487b27d9d
10 changed files with 30 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue