mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Cleanup stdlib includes in reporter_bases.hpp
This commit is contained in:
		@@ -12,6 +12,7 @@
 | 
				
			|||||||
#include <catch2/internal/catch_stream.hpp>
 | 
					#include <catch2/internal/catch_stream.hpp>
 | 
				
			||||||
#include <catch2/catch_config.hpp>
 | 
					#include <catch2/catch_config.hpp>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <algorithm>
 | 
				
			||||||
#include <cstring>
 | 
					#include <cstring>
 | 
				
			||||||
#include <cfloat>
 | 
					#include <cfloat>
 | 
				
			||||||
#include <cstdio>
 | 
					#include <cstdio>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,13 +10,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include <catch2/interfaces/catch_interfaces_reporter.hpp>
 | 
					#include <catch2/interfaces/catch_interfaces_reporter.hpp>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <algorithm>
 | 
					 | 
				
			||||||
#include <cstring>
 | 
					 | 
				
			||||||
#include <cfloat>
 | 
					 | 
				
			||||||
#include <cstdio>
 | 
					 | 
				
			||||||
#include <cassert>
 | 
					 | 
				
			||||||
#include <memory>
 | 
					 | 
				
			||||||
#include <iosfwd>
 | 
					#include <iosfwd>
 | 
				
			||||||
 | 
					#include <memory>
 | 
				
			||||||
 | 
					#include <string>
 | 
				
			||||||
 | 
					#include <vector>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Catch {
 | 
					namespace Catch {
 | 
				
			||||||
    // Returns double formatted as %.3f (format expected on output)
 | 
					    // Returns double formatted as %.3f (format expected on output)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user