Use relative #include paths in benchmarks (as in upstream)
This commit is contained in:
		
							parent
							
								
									c565827c1a
								
							
						
					
					
						commit
						c690d6df70
					
				| @ -6,7 +6,7 @@ | |||||||
| 
 | 
 | ||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| 
 | 
 | ||||||
| #include "include/secp256k1_bppp.h" | #include "../include/secp256k1_bppp.h" | ||||||
| #include "util.h" | #include "util.h" | ||||||
| #include "bench.h" | #include "bench.h" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -7,7 +7,7 @@ | |||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| #include <string.h> | #include <string.h> | ||||||
| 
 | 
 | ||||||
| #include "include/secp256k1_generator.h" | #include "../include/secp256k1_generator.h" | ||||||
| #include "util.h" | #include "util.h" | ||||||
| #include "bench.h" | #include "bench.h" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -6,7 +6,7 @@ | |||||||
| 
 | 
 | ||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| 
 | 
 | ||||||
| #include "include/secp256k1_rangeproof.h" | #include "../include/secp256k1_rangeproof.h" | ||||||
| #include "util.h" | #include "util.h" | ||||||
| #include "bench.h" | #include "bench.h" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -5,9 +5,9 @@ | |||||||
|  **********************************************************************/ |  **********************************************************************/ | ||||||
| #include <stdio.h> | #include <stdio.h> | ||||||
| 
 | 
 | ||||||
| #include "include/secp256k1.h" | #include "../include/secp256k1.h" | ||||||
| 
 | 
 | ||||||
| #include "include/secp256k1_whitelist.h" | #include "../include/secp256k1_whitelist.h" | ||||||
| #include "util.h" | #include "util.h" | ||||||
| #include "bench.h" | #include "bench.h" | ||||||
| #include "hash_impl.h" | #include "hash_impl.h" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user