diff --git a/examples/210-Evt-EventListeners.cpp b/examples/210-Evt-EventListeners.cpp index a4b938c9..f6eff642 100644 --- a/examples/210-Evt-EventListeners.cpp +++ b/examples/210-Evt-EventListeners.cpp @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7808a198..c14c0691 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -107,7 +107,7 @@ set(INTERNAL_HEADERS ${SOURCES_DIR}/internal/catch_preprocessor.hpp ${SOURCES_DIR}/internal/catch_random_number_generator.hpp ${SOURCES_DIR}/internal/catch_random_seed_generation.hpp - ${SOURCES_DIR}/catch_reporter_registrars.hpp + ${SOURCES_DIR}/reporters/catch_reporter_registrars.hpp ${SOURCES_DIR}/internal/catch_reporter_registry.hpp ${SOURCES_DIR}/internal/catch_result_type.hpp ${SOURCES_DIR}/internal/catch_run_context.hpp diff --git a/src/catch2/catch_all.hpp b/src/catch2/catch_all.hpp index e111756a..85d8e462 100644 --- a/src/catch2/catch_all.hpp +++ b/src/catch2/catch_all.hpp @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include diff --git a/src/catch2/internal/catch_reporter_registry.cpp b/src/catch2/internal/catch_reporter_registry.cpp index 2a2bedcb..617c550a 100644 --- a/src/catch2/internal/catch_reporter_registry.cpp +++ b/src/catch2/internal/catch_reporter_registry.cpp @@ -7,7 +7,7 @@ // SPDX-License-Identifier: BSL-1.0 #include -#include +#include #include #include #include diff --git a/src/catch2/catch_reporter_registrars.hpp b/src/catch2/reporters/catch_reporter_registrars.hpp similarity index 100% rename from src/catch2/catch_reporter_registrars.hpp rename to src/catch2/reporters/catch_reporter_registrars.hpp diff --git a/src/catch2/reporters/catch_reporters_all.hpp b/src/catch2/reporters/catch_reporters_all.hpp index bf29c6fe..ea6a2cb0 100644 --- a/src/catch2/reporters/catch_reporters_all.hpp +++ b/src/catch2/reporters/catch_reporters_all.hpp @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/tests/ExtraTests/X21-PartialTestCaseEvents.cpp b/tests/ExtraTests/X21-PartialTestCaseEvents.cpp index 997b9b9f..686b50b1 100644 --- a/tests/ExtraTests/X21-PartialTestCaseEvents.cpp +++ b/tests/ExtraTests/X21-PartialTestCaseEvents.cpp @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include diff --git a/tests/ExtraTests/X22-BenchmarksInCumulativeReporter.cpp b/tests/ExtraTests/X22-BenchmarksInCumulativeReporter.cpp index 1ab25c77..2ef629bf 100644 --- a/tests/ExtraTests/X22-BenchmarksInCumulativeReporter.cpp +++ b/tests/ExtraTests/X22-BenchmarksInCumulativeReporter.cpp @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include diff --git a/tests/ExtraTests/X23-CasingInReporterNames.cpp b/tests/ExtraTests/X23-CasingInReporterNames.cpp index 48c0b30d..b5dcb403 100644 --- a/tests/ExtraTests/X23-CasingInReporterNames.cpp +++ b/tests/ExtraTests/X23-CasingInReporterNames.cpp @@ -16,7 +16,7 @@ */ #include -#include +#include #include diff --git a/tests/SelfTest/TestRegistrations.cpp b/tests/SelfTest/TestRegistrations.cpp index 45a01c02..160266fd 100644 --- a/tests/SelfTest/TestRegistrations.cpp +++ b/tests/SelfTest/TestRegistrations.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include // Some example tag aliases