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

@@ -1,3 +1,3 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_console_colour.hpp"
#include "internal/catch_console_colour.h"

View File

@@ -1,2 +1,2 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_test_case_tracker.hpp"
#include "internal/catch_test_case_tracker.h"

View File

@@ -1,3 +1,3 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_test_spec.hpp"
#include "internal/catch_test_spec.h"

View File

@@ -1,4 +1,4 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_xmlwriter.hpp"
#include "internal/catch_xmlwriter.h"
#include "internal/catch_reenable_warnings.h"