From 5a262b7d2d4a05654cd35dab2bf279a3f67c4edd Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Sat, 1 Jan 2011 00:26:20 +0000 Subject: [PATCH] Project clean-up --- catch_runner.hpp | 2 +- {Test => internal}/catch_hub_impl.hpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {Test => internal}/catch_hub_impl.hpp (100%) 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