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

View File

@@ -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"