mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Don't include catch_random_number_generator.hpp in catch_session.cpp
This commit is contained in:
		@@ -15,7 +15,6 @@
 | 
				
			|||||||
#include <catch2/catch_test_spec.hpp>
 | 
					#include <catch2/catch_test_spec.hpp>
 | 
				
			||||||
#include <catch2/catch_version.hpp>
 | 
					#include <catch2/catch_version.hpp>
 | 
				
			||||||
#include <catch2/interfaces/catch_interfaces_reporter.hpp>
 | 
					#include <catch2/interfaces/catch_interfaces_reporter.hpp>
 | 
				
			||||||
#include <catch2/internal/catch_random_number_generator.hpp>
 | 
					 | 
				
			||||||
#include <catch2/internal/catch_startup_exception_registry.hpp>
 | 
					#include <catch2/internal/catch_startup_exception_registry.hpp>
 | 
				
			||||||
#include <catch2/internal/catch_textflow.hpp>
 | 
					#include <catch2/internal/catch_textflow.hpp>
 | 
				
			||||||
#include <catch2/internal/catch_windows_h_proxy.hpp>
 | 
					#include <catch2/internal/catch_windows_h_proxy.hpp>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user