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
152 changed files with 483 additions and 483 deletions

View File

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