Changed all .hpp extensions to .h where there is now a corresponding .cpp
This commit is contained in:
parent
8c39f9a725
commit
c5608f0202
53 changed files with 55 additions and 55 deletions
|
@ -6,7 +6,7 @@
|
|||
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
#include "catch_console_colour.hpp"
|
||||
#include "catch_console_colour.h"
|
||||
#include "catch_enforce.h"
|
||||
#include "catch_errno_guard.h"
|
||||
#include "catch_interfaces_config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue