Rewrite includes inside the library to use <catch2/> form

This commit is contained in:
Martin Hořeňovský 2019-12-01 21:29:07 +01:00
parent fef4f217b1
commit 82cc5bc034
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
152 changed files with 483 additions and 483 deletions

View file

@ -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 {