mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-19 11:25:38 +02:00
Moved some std includes out from catch_common.h
This commit is contained in:
@@ -22,9 +22,7 @@
|
||||
#define INTERNAL_CATCH_STRINGIFY( expr ) INTERNAL_CATCH_STRINGIFY2( expr )
|
||||
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
|
||||
#include "catch_compiler_capabilities.h"
|
||||
|
||||
|
Reference in New Issue
Block a user