mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-18 17:55:31 +02:00
Rewrite includes inside the library to use <catch2/> form
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
#include "catch_string_manip.h"
|
||||
#include "catch_stringref.h"
|
||||
#include <catch2/catch_string_manip.h>
|
||||
#include <catch2/catch_stringref.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
|
Reference in New Issue
Block a user