mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-05 23:10:48 +00:00
Rewrite includes inside the library to use <catch2/> form
This commit is contained in:
parent
fef4f217b1
commit
82cc5bc034
152 changed files with 483 additions and 483 deletions
|
@ -7,7 +7,7 @@
|
|||
#ifndef TWOBLUECUBES_CATCH_MATCHERS_EXCEPTION_HPP_INCLUDED
|
||||
#define TWOBLUECUBES_CATCH_MATCHERS_EXCEPTION_HPP_INCLUDED
|
||||
|
||||
#include "catch_matchers.h"
|
||||
#include <catch2/catch_matchers.h>
|
||||
|
||||
namespace Catch {
|
||||
namespace Matchers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue