Skip to content

Commit c731716

Browse files
committed
Update dependencies
1 parent c922606 commit c731716

23 files changed

+3
-26
lines changed

dependencies/numeric-traits

dependencies/operators

source/bounded/include/bounded/assert.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#ifndef BOUNDED_ASSERT_HPP
77
#define BOUNDED_ASSERT_HPP
88

9-
#include <std_module/prelude.hpp>
10-
119
#include <cassert>
1210

1311
import bounded.constexpr_only_if;

source/bounded/size_of.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
module;
77

8-
#include <std_module/prelude.hpp>
98
#include <climits>
109

1110
export module bounded.size_of;

source/bounded/test/check_in_range.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
module;
77

8-
#include <std_module/prelude.hpp>
98
#include <catch2/catch_test_macros.hpp>
109

1110
export module bounded.check_in_range_test;

source/bounded/test/stream.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
module;
77

8-
#include <std_module/prelude.hpp>
98
#include <catch2/catch_test_macros.hpp>
109

1110
export module bounded.stream_test;

source/bounded/test/to_integer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
module;
77

8-
#include <std_module/prelude.hpp>
98
#include <catch2/catch_test_macros.hpp>
109

1110
export module bounded.to_integer_test;

source/containers/test/algorithms/split.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
module;
77

8-
#include <std_module/prelude.hpp>
98
#include <string_view>
109

1110
#include <bounded/assert.hpp>

source/containers/test/algorithms/zip.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
module;
77

8-
#include <std_module/prelude.hpp>
98
#include <catch2/catch_test_macros.hpp>
109

1110
#include <bounded/assert.hpp>

0 commit comments

Comments
 (0)