forked from catchorg/Catch2
Rewrite includes inside the library to use <catch2/> form
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
* Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "catch_enum_values_registry.h"
|
||||
#include "catch_string_manip.h"
|
||||
#include "catch_stream.h"
|
||||
#include <catch2/catch_enum_values_registry.h>
|
||||
#include <catch2/catch_string_manip.h>
|
||||
#include <catch2/catch_stream.h>
|
||||
|
||||
#include <map>
|
||||
#include <cassert>
|
||||
|
||||
Reference in New Issue
Block a user