fix include paths in all the -zkp modules

This is causing out-of-tree build failures in Elements.
This commit is contained in:
Andrew Poelstra
2022-08-04 20:47:19 +00:00
parent d1d6e47c17
commit 347f96d94a
20 changed files with 77 additions and 78 deletions

View File

@@ -9,10 +9,10 @@
#include <stdio.h>
#include "field.h"
#include "group.h"
#include "hash.h"
#include "scalar.h"
#include "../../field.h"
#include "../../group.h"
#include "../../hash.h"
#include "../../scalar.h"
static void secp256k1_generator_load(secp256k1_ge* ge, const secp256k1_generator* gen) {
int succeed;