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

View File

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