mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Made #include paths from reporters relative (again)
This commit is contained in:
		| @@ -12,9 +12,9 @@ | ||||
| #ifndef TWOBLUECUBES_CATCH_REPORTER_BASIC_HPP_INCLUDED | ||||
| #define TWOBLUECUBES_CATCH_REPORTER_BASIC_HPP_INCLUDED | ||||
|  | ||||
| #include "internal/catch_capture.hpp" | ||||
| #include "internal/catch_interfaces_reporter.h" | ||||
| #include "internal/catch_reporter_registrars.hpp" | ||||
| #include "../internal/catch_capture.hpp" | ||||
| #include "../internal/catch_interfaces_reporter.h" | ||||
| #include "../internal/catch_reporter_registrars.hpp" | ||||
|  | ||||
| namespace Catch | ||||
| { | ||||
|   | ||||
| @@ -12,10 +12,10 @@ | ||||
| #ifndef TWOBLUECUBES_CATCH_REPORTER_JUNIT_HPP_INCLUDED | ||||
| #define TWOBLUECUBES_CATCH_REPORTER_JUNIT_HPP_INCLUDED | ||||
|  | ||||
| #include "internal/catch_capture.hpp" | ||||
| #include "internal/catch_interfaces_reporter.h" | ||||
| #include "internal/catch_reporter_registrars.hpp" | ||||
| #include "internal/catch_xmlwriter.hpp" | ||||
| #include "../internal/catch_capture.hpp" | ||||
| #include "../internal/catch_interfaces_reporter.h" | ||||
| #include "../internal/catch_reporter_registrars.hpp" | ||||
| #include "../internal/catch_xmlwriter.hpp" | ||||
|  | ||||
| namespace Catch | ||||
| { | ||||
|   | ||||
| @@ -12,10 +12,10 @@ | ||||
| #ifndef TWOBLUECUBES_CATCH_REPORTER_XML_HPP_INCLUDED | ||||
| #define TWOBLUECUBES_CATCH_REPORTER_XML_HPP_INCLUDED | ||||
|  | ||||
| #include "internal/catch_capture.hpp" | ||||
| #include "internal/catch_interfaces_reporter.h" | ||||
| #include "internal/catch_reporter_registrars.hpp" | ||||
| #include "internal/catch_xmlwriter.hpp" | ||||
| #include "../internal/catch_capture.hpp" | ||||
| #include "../internal/catch_interfaces_reporter.h" | ||||
| #include "../internal/catch_reporter_registrars.hpp" | ||||
| #include "../internal/catch_xmlwriter.hpp" | ||||
|  | ||||
| namespace Catch | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash