Cleanup includes in sources

Mainly just removes some unused includes, but sometimes the include
is replaced by a smaller header instead.
This commit is contained in:
Martin Hořeňovský 2023-12-21 18:42:40 +01:00
parent 64ade68ca2
commit 9aadc3a53d
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
15 changed files with 9 additions and 29 deletions

View file

@ -8,9 +8,6 @@
#ifndef CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED
#define CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED
#include <catch2/internal/catch_platform.hpp>
#include <catch2/internal/catch_compiler_capabilities.hpp>
#include <cassert>
namespace Catch {