diff --git a/include/internal/catch_xmlwriter.hpp b/include/internal/catch_xmlwriter.hpp index ae59627c..224c23a5 100644 --- a/include/internal/catch_xmlwriter.hpp +++ b/include/internal/catch_xmlwriter.hpp @@ -10,7 +10,6 @@ #include "catch_stream.h" #include "catch_compiler_capabilities.h" -#include "catch_suppress_warnings.h" #include #include @@ -241,6 +240,5 @@ namespace Catch { }; } -#include "catch_reenable_warnings.h" #endif // TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED