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:
Marko Bencun 2019-06-20 17:33:47 +02:00
parent fa33017135
commit 2cb73b1064
No known key found for this signature in database
GPG Key ID: 804538928C37EAE8
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@
#ifndef SECP256K1_SCALAR_IMPL_H #ifndef SECP256K1_SCALAR_IMPL_H
#define SECP256K1_SCALAR_IMPL_H #define SECP256K1_SCALAR_IMPL_H
#include "group.h"
#include "scalar.h" #include "scalar.h"
#include "util.h"
#if defined HAVE_CONFIG_H #if defined HAVE_CONFIG_H
#include "libsecp256k1-config.h" #include "libsecp256k1-config.h"