Remove superfluous stdlib includes from catch_benchmark.hpp

This commit is contained in:
Martin Hořeňovský 2023-09-04 16:38:17 +02:00
parent e14a08d734
commit fb96279aed
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 2 deletions

View File

@ -31,9 +31,7 @@
#include <algorithm>
#include <chrono>
#include <exception>
#include <functional>
#include <string>
#include <vector>
#include <cmath>
namespace Catch {