diff --git a/internal/catch_commandline.hpp b/internal/catch_commandline.hpp index 493d5949..8befcdfa 100644 --- a/internal/catch_commandline.hpp +++ b/internal/catch_commandline.hpp @@ -13,7 +13,7 @@ #ifndef TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED #define TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED -#include "catch_runnerconfig.hpp" +#include "catch_config.hpp" #include "catch_runner_impl.hpp" namespace Catch diff --git a/internal/catch_runnerconfig.hpp b/internal/catch_config.hpp similarity index 99% rename from internal/catch_runnerconfig.hpp rename to internal/catch_config.hpp index 27bd919e..d9087b7c 100644 --- a/internal/catch_runnerconfig.hpp +++ b/internal/catch_config.hpp @@ -1,5 +1,5 @@ /* - * catch_runnerconfig.hpp + * catch_config.hpp * Catch * * Created by Phil on 08/11/2010. diff --git a/internal/catch_runner_impl.hpp b/internal/catch_runner_impl.hpp index 791a3203..85dc6827 100644 --- a/internal/catch_runner_impl.hpp +++ b/internal/catch_runner_impl.hpp @@ -13,7 +13,7 @@ #define TWOBLUECUBES_INTERNAL_CATCH_RUNNER_HPP_INCLUDED #include "catch_interfaces_reporter.h" -#include "catch_runnerconfig.hpp" +#include "catch_config.hpp" #include "catch_registry.hpp" #include "catch_capture.hpp"