From 04e6d2ce20ce431d4236c4baaf73415dd066c43d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 6 Apr 2024 21:09:05 +0300 Subject: [PATCH] Remove unnecessary includes --- test/invoke_md_constexpr_test.cpp | 1 - test/invoke_mfn_constexpr_test.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/test/invoke_md_constexpr_test.cpp b/test/invoke_md_constexpr_test.cpp index 9f8013e..11e38f4 100644 --- a/test/invoke_md_constexpr_test.cpp +++ b/test/invoke_md_constexpr_test.cpp @@ -5,7 +5,6 @@ #include #include #include -#include #define STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__) #define BOOST_TEST_EQ(x, y) STATIC_ASSERT((x) == (y)) diff --git a/test/invoke_mfn_constexpr_test.cpp b/test/invoke_mfn_constexpr_test.cpp index 62c2b22..15f95d3 100644 --- a/test/invoke_mfn_constexpr_test.cpp +++ b/test/invoke_mfn_constexpr_test.cpp @@ -9,7 +9,6 @@ #include #include #include -#include #define STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__) #define BOOST_TEST_EQ(x, y) STATIC_ASSERT((x) == (y))