diff --git a/catch_runner.hpp b/catch_runner.hpp index 32593cf4..dfbc948a 100644 --- a/catch_runner.hpp +++ b/catch_runner.hpp @@ -15,10 +15,10 @@ #include "internal/catch_commandline.hpp" #include "internal/catch_list.hpp" +#include "internal/catch_hub_impl.hpp" #include "catch_reporter_basic.hpp" #include "catch_reporter_xml.hpp" #include "catch_reporter_junit.hpp" -#include "catch_hub_impl.hpp" #include diff --git a/Test/catch_hub_impl.hpp b/internal/catch_hub_impl.hpp similarity index 100% rename from Test/catch_hub_impl.hpp rename to internal/catch_hub_impl.hpp