mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-27 21:21:54 +01:00
Rewrite includes inside the library to use <catch2/> form
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "catch_debugger.h"
|
||||
#include "catch_errno_guard.h"
|
||||
#include "catch_stream.h"
|
||||
#include "catch_platform.h"
|
||||
#include <catch2/catch_debugger.h>
|
||||
#include <catch2/catch_errno_guard.h>
|
||||
#include <catch2/catch_stream.h>
|
||||
#include <catch2/catch_platform.h>
|
||||
|
||||
#ifdef CATCH_PLATFORM_MAC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user