From 64be2ad96c314a98c6f3280f5a59f6efee3c3aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 24 Apr 2018 17:05:53 +0200 Subject: [PATCH] Remove superfluous include and fix comment --- include/internal/catch_compiler_capabilities.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/internal/catch_compiler_capabilities.h b/include/internal/catch_compiler_capabilities.h index 3d283100..c78c9d6d 100644 --- a/include/internal/catch_compiler_capabilities.h +++ b/include/internal/catch_compiler_capabilities.h @@ -8,8 +8,6 @@ #ifndef TWOBLUECUBES_CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED #define TWOBLUECUBES_CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED -#include "catch_platform.h" - // Detect a number of compiler features - by compiler // The following features are defined: // @@ -81,7 +79,7 @@ //////////////////////////////////////////////////////////////////////////////// -// We know some environments not to support full POSIX signals +// Not all Windows environments support SEH properly #if defined(__MINGW32__) # define CATCH_INTERNAL_CONFIG_NO_WINDOWS_SEH #endif