Skip to content

Commit 2cb73b1

Browse files
committed
scalar_impl.h: fix includes
group.h functions are not referenced. utils.h added as functions like VERIFY_CHECK are used.
1 parent fa33017 commit 2cb73b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scalar_impl.h

Lines changed: 1 addition & 1 deletion
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)