scalar_impl.h: fix includes
group.h functions are not referenced. utils.h added as functions like VERIFY_CHECK are used.
This commit is contained in:
parent
fa33017135
commit
2cb73b1064
|
@ -7,8 +7,8 @@
|
|||
#ifndef SECP256K1_SCALAR_IMPL_H
|
||||
#define SECP256K1_SCALAR_IMPL_H
|
||||
|
||||
#include "group.h"
|
||||
#include "scalar.h"
|
||||
#include "util.h"
|
||||
|
||||
#if defined HAVE_CONFIG_H
|
||||
#include "libsecp256k1-config.h"
|
||||
|
|
Loading…
Reference in New Issue