From 9ba48e2c9b493fe398bca811783ec538fc0b430e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 13 Oct 2019 20:49:36 +0200 Subject: [PATCH] Remove superfluous includes in exception matchers --- include/internal/catch_matchers_exception.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/internal/catch_matchers_exception.hpp b/include/internal/catch_matchers_exception.hpp index 93f011af..a80b3607 100644 --- a/include/internal/catch_matchers_exception.hpp +++ b/include/internal/catch_matchers_exception.hpp @@ -9,9 +9,6 @@ #include "catch_matchers.h" -#include -#include - namespace Catch { namespace Matchers { namespace Exception {