clean dependendies in field_*_impl.h

This commit is contained in:
Russell O'Connor 2018-07-06 07:38:03 -04:00
parent deff5edd42
commit 52ab96fedb
3 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
#define SECP256K1_FIELD_REPR_IMPL_H
#include "util.h"
#include "num.h"
#include "field.h"
#ifdef VERIFY

View File

@ -12,7 +12,6 @@
#endif
#include "util.h"
#include "num.h"
#include "field.h"
#if defined(USE_ASM_X86_64)

View File

@ -12,6 +12,7 @@
#endif
#include "util.h"
#include "num.h"
#if defined(USE_FIELD_10X26)
#include "field_10x26_impl.h"