Remove superfluous catch_session.hpp include in catch_sharding.hpp

This commit is contained in:
Martin Hořeňovský 2023-12-26 00:01:29 +01:00
parent c809cb4d1c
commit 2b69a3e216
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@
#ifndef CATCH_SHARDING_HPP_INCLUDED
#define CATCH_SHARDING_HPP_INCLUDED
#include <catch2/catch_session.hpp>
#include <cassert>
#include <cmath>
#include <algorithm>