From 80802e1ed843c061fe06e1474e192851c215d786 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 15 Dec 2020 10:36:04 +0100 Subject: newtype: rename new_type.hpp to newtype.hpp --- test/src/arithmetic_suite.cpp | 2 +- test/src/conversion_suite.cpp | 2 +- test/src/equality_comparison_suite.cpp | 2 +- test/src/hash_suite.cpp | 2 +- test/src/io_operators_suite.cpp | 2 +- test/src/iterable_suite.cpp | 2 +- test/src/new_type_constructor_suite.cpp | 2 +- test/src/relational_operators_suite.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'test') diff --git a/test/src/arithmetic_suite.cpp b/test/src/arithmetic_suite.cpp index 2e7f1fd..0d8cfa8 100644 --- a/test/src/arithmetic_suite.cpp +++ b/test/src/arithmetic_suite.cpp @@ -4,7 +4,7 @@ #include "newtype/derivable.hpp" #include "newtype/deriving.hpp" #include "newtype/impl/type_traits_extensions.hpp" -#include "newtype/new_type.hpp" +#include "newtype/newtype.hpp" #include diff --git a/test/src/conversion_suite.cpp b/test/src/conversion_suite.cpp index b60a611..cbe2463 100644 --- a/test/src/conversion_suite.cpp +++ b/test/src/conversion_suite.cpp @@ -3,7 +3,7 @@ #include "kawaii.hpp" #include "newtype/derivable.hpp" #include "newtype/deriving.hpp" -#include "newtype/new_type.hpp" +#include "newtype/newtype.hpp" #include diff --git a/test/src/equality_comparison_suite.cpp b/test/src/equality_comparison_suite.cpp index 0789ae8..4e484f4 100644 --- a/test/src/equality_comparison_suite.cpp +++ b/test/src/equality_comparison_suite.cpp @@ -3,7 +3,7 @@ #include "kawaii.hpp" #include "newtype/derivable.hpp" #include "newtype/deriving.hpp" -#include "newtype/new_type.hpp" +#include "newtype/newtype.hpp" #include diff --git a/test/src/hash_suite.cpp b/test/src/hash_suite.cpp index 9ca362c..b482414 100644 --- a/test/src/hash_suite.cpp +++ b/test/src/hash_suite.cpp @@ -4,7 +4,7 @@ #include "newtype/derivable.hpp" #include "newtype/deriving.hpp" #include "newtype/impl/type_traits_extensions.hpp" -#include "newtype/new_type.hpp" +#include "newtype/newtype.hpp" #include diff --git a/test/src/io_operators_suite.cpp b/test/src/io_operators_suite.cpp index 7f19963..4e146a7 100644 --- a/test/src/io_operators_suite.cpp +++ b/test/src/io_operators_suite.cpp @@ -3,7 +3,7 @@ #include "kawaii.hpp" #include "newtype/derivable.hpp" #include "newtype/deriving.hpp" -#include "newtype/new_type.hpp" +#include "newtype/newtype.hpp" #include diff --git a/test/src/iterable_suite.cpp b/test/src/iterable_suite.cpp index 3b46024..add4696 100644 --- a/test/src/iterable_suite.cpp +++ b/test/src/iterable_suite.cpp @@ -4,7 +4,7 @@ #include "newtype/derivable.hpp" #include "newtype/deriving.hpp" #include "newtype/impl/type_traits_extensions.hpp" -#include "newtype/new_type.hpp" +#include "newtype/newtype.hpp" #include diff --git a/test/src/new_type_constructor_suite.cpp b/test/src/new_type_constructor_suite.cpp index 27b7452..fc3e9f6 100644 --- a/test/src/new_type_constructor_suite.cpp +++ b/test/src/new_type_constructor_suite.cpp @@ -2,7 +2,7 @@ #include "kawaii.hpp" #include "newtype/derivable.hpp" -#include "newtype/new_type.hpp" +#include "newtype/newtype.hpp" #include diff --git a/test/src/relational_operators_suite.cpp b/test/src/relational_operators_suite.cpp index 31955dd..64fcba0 100644 --- a/test/src/relational_operators_suite.cpp +++ b/test/src/relational_operators_suite.cpp @@ -3,7 +3,7 @@ #include "kawaii.hpp" #include "newtype/derivable.hpp" #include "newtype/deriving.hpp" -#include "newtype/new_type.hpp" +#include "newtype/newtype.hpp" #include -- cgit v1.2.3