Skip to content

Commit 7b9b117

Browse files
committed
Merge dashpay#640: scalar_impl.h: fix includes
2cb73b1 scalar_impl.h: fix includes (Marko Bencun) Pull request description: group.h functions are not referenced. utils.h added as functions like VERIFY_CHECK are used. ACKs for commit 2cb73b: sipa: ACK 2cb73b1 Tree-SHA512: b9c7367061c2a22d2c9266c61261edd47798551b03b878ecd2e005d858701487145589793406cb4e88e85cd3c769007132efac9c228d5ee288e487e7d308e1c2
2 parents d99bec2 + 2cb73b1 commit 7b9b117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scalar_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#ifndef SECP256K1_SCALAR_IMPL_H
88
#define SECP256K1_SCALAR_IMPL_H
99

10-
#include "group.h"
1110
#include "scalar.h"
11+
#include "util.h"
1212

1313
#if defined HAVE_CONFIG_H
1414
#include "libsecp256k1-config.h"

0 commit comments

Comments
 (0)