Remove superfluous includes in exception matchers

This commit is contained in:
Martin Hořeňovský 2019-10-13 20:49:36 +02:00
parent 2cc0c71856
commit 9ba48e2c9b
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@
#include "catch_matchers.h"
#include <functional>
#include <string>
namespace Catch {
namespace Matchers {
namespace Exception {