From ba57c173100a5d456b476a661c7fd6ff447e3c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 29 Jul 2020 14:54:55 +0200 Subject: [PATCH] Remove some extraneous includes from run_context.hpp --- src/catch2/internal/catch_run_context.cpp | 1 + src/catch2/internal/catch_run_context.hpp | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/catch2/internal/catch_run_context.cpp b/src/catch2/internal/catch_run_context.cpp index af656143..b85f9ea0 100644 --- a/src/catch2/internal/catch_run_context.cpp +++ b/src/catch2/internal/catch_run_context.cpp @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/src/catch2/internal/catch_run_context.hpp b/src/catch2/internal/catch_run_context.hpp index af9fb386..d0664e6e 100644 --- a/src/catch2/internal/catch_run_context.hpp +++ b/src/catch2/internal/catch_run_context.hpp @@ -8,17 +8,14 @@ #ifndef TWOBLUECUBES_CATCH_RUNNER_IMPL_HPP_INCLUDED #define TWOBLUECUBES_CATCH_RUNNER_IMPL_HPP_INCLUDED -#include #include #include -#include #include #include #include #include #include #include -#include #include #include @@ -27,6 +24,7 @@ namespace Catch { struct IMutableContext; + struct IGeneratorTracker; ///////////////////////////////////////////////////////////////////////////