mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-15 14:59:38 +01:00
Rewrite includes inside the library to use <catch2/> form
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "catch_common.h"
|
||||
#include "catch_enforce.h"
|
||||
#include "catch_stream.h"
|
||||
#include "catch_debug_console.h"
|
||||
#include "catch_stringref.h"
|
||||
#include "catch_singletons.hpp"
|
||||
#include <catch2/catch_common.h>
|
||||
#include <catch2/catch_enforce.h>
|
||||
#include <catch2/catch_stream.h>
|
||||
#include <catch2/catch_debug_console.h>
|
||||
#include <catch2/catch_stringref.h>
|
||||
#include <catch2/catch_singletons.hpp>
|
||||
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user