Sweep out unused <utility> includes

This commit is contained in:
Martin Hořeňovský 2021-08-19 21:44:17 +02:00
parent 7ff54ebc06
commit 7f3297f7e8
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
7 changed files with 0 additions and 8 deletions

View File

@ -17,7 +17,6 @@
#include <catch2/internal/catch_move_and_forward.hpp>
#include <type_traits>
#include <utility>
namespace Catch {
namespace Benchmark {

View File

@ -17,7 +17,6 @@
#include <catch2/internal/catch_move_and_forward.hpp>
#include <type_traits>
#include <utility>
namespace Catch {
namespace Benchmark {

View File

@ -18,7 +18,6 @@
#include <numeric>
#include <tuple>
#include <cmath>
#include <utility>
namespace Catch {
namespace Benchmark {

View File

@ -15,7 +15,6 @@
#include <vector>
#include <tuple>
#include <utility>
namespace Catch {

View File

@ -10,8 +10,6 @@
#include <catch2/internal/catch_uncaught_exceptions.hpp>
#include <catch2/internal/catch_move_and_forward.hpp>
#include <utility>
namespace Catch {
Section::Section( SectionInfo&& info ):

View File

@ -13,7 +13,6 @@
#include <algorithm>
#include <functional>
#include <utility>
namespace Catch {
namespace Matchers {

View File

@ -16,7 +16,6 @@
#include <algorithm>
#include <string>
#include <type_traits>
#include <utility>
namespace Catch {
namespace Matchers {