Don't include <tuple> everywhere in benchmarks

This commit is contained in:
Martin Hořeňovský 2020-05-19 14:17:47 +02:00
parent b4a61cfd29
commit 54882dbb11
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
3 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@
#include <algorithm>
#include <iterator>
#include <tuple>
#include <vector>
#include <cmath>

View File

@ -20,7 +20,6 @@
#include <vector>
#include <iterator>
#include <numeric>
#include <tuple>
#include <cmath>
#include <utility>
#include <cstddef>

View File

@ -14,7 +14,6 @@
#include <catch2/benchmark/catch_clock.hpp>
#include <catch2/benchmark/detail/catch_complete_invoke.hpp>
#include <tuple>
#include <type_traits>
namespace Catch {