mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-04 02:47:56 +00:00
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
|
@ -15,8 +15,8 @@
|
|||
#include "catch_stream.h"
|
||||
#include "catch_text.h"
|
||||
|
||||
#include "catch_console_colour.hpp"
|
||||
#include "catch_test_spec_parser.hpp"
|
||||
#include "catch_console_colour.h"
|
||||
#include "catch_test_spec_parser.h"
|
||||
#include "catch_tostring.h"
|
||||
#include "catch_string_manip.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue