mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Small updates to include directives (#1726)
Fixed some inconsistencies in include directives.
This commit is contained in:

committed by
Martin Hořeňovský

parent
923db16322
commit
a5bb3e3d91
@@ -8,7 +8,7 @@
|
||||
#include "catch_reporter_compact.h"
|
||||
|
||||
#include "../internal/catch_reporter_registrars.hpp"
|
||||
#include "internal/catch_console_colour.h"
|
||||
#include "../internal/catch_console_colour.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#include "catch_reporter_console.h"
|
||||
|
||||
#include "../internal/catch_reporter_registrars.hpp"
|
||||
#include "internal/catch_console_colour.h"
|
||||
#include "../internal/catch_console_colour.h"
|
||||
#include "../internal/catch_version.h"
|
||||
#include "../internal/catch_text.h"
|
||||
#include "../internal/catch_stringref.h"
|
||||
|
Reference in New Issue
Block a user