Changed all .hpp extensions to .h where there is now a corresponding .cpp

This commit is contained in:
Phil Nash
2017-09-07 11:24:33 +01:00
parent 8c39f9a725
commit c5608f0202
53 changed files with 55 additions and 55 deletions

View File

@@ -9,7 +9,7 @@
#include "catch_interfaces_registry_hub.h"
#include "catch_context.h"
#include "catch_test_case_registry_impl.hpp"
#include "catch_test_case_registry_impl.h"
#include "catch_reporter_registry.hpp"
#include "catch_exception_translator_registry.h"
#include "catch_tag_alias_registry.h"