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

View File

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