Skip to content

Commit

Permalink
scalar_impl.h: fix includes
Browse files Browse the repository at this point in the history
group.h functions are not referenced.
utils.h added as functions like VERIFY_CHECK are used.
  • Loading branch information
benma committed Jun 20, 2019
1 parent fa33017 commit 2cb73b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scalar_impl.h
Expand Up @@ -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"
Expand Down

0 comments on commit 2cb73b1

Please sign in to comment.