mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Re-ordered Obj-C headers to fix dependency issue
This commit is contained in:
		| @@ -29,6 +29,10 @@ | ||||
| #include "internal/catch_interfaces_exception.h" | ||||
| #include "internal/catch_approx.hpp" | ||||
|  | ||||
| #ifdef __OBJC__ | ||||
| #include "internal/catch_objc.hpp" | ||||
| #endif | ||||
|  | ||||
| #if defined( CATCH_CONFIG_MAIN ) || defined( CATCH_CONFIG_RUNNER ) | ||||
| #include "catch_runner.hpp" | ||||
| #endif | ||||
| @@ -37,10 +41,6 @@ | ||||
| #include "internal/catch_default_main.hpp" | ||||
| #endif | ||||
|  | ||||
| #ifdef __OBJC__ | ||||
| #include "internal/catch_objc.hpp" | ||||
| #endif | ||||
|  | ||||
| ////// | ||||
|  | ||||
| #define REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, false, true, "REQUIRE" ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash