Use relative #include paths in benchmarks (as in upstream)

This commit is contained in:
Tim Ruffing
2023-04-21 11:10:47 +02:00
parent c565827c1a
commit c690d6df70
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
#include <stdint.h>
#include "include/secp256k1_rangeproof.h"
#include "../include/secp256k1_rangeproof.h"
#include "util.h"
#include "bench.h"