1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

Remove unnecessary #include "secp256k1.h"

This commit is contained in:
Roman Zeyde 2015-07-07 10:39:12 +03:00
parent 587d6a65ea
commit ea16aa0b86
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@
#include <string.h>
#include <assert.h>
#include "bignum.h"
#include "secp256k1.h"
#include "macros.h"
inline uint32_t read_be(const uint8_t *data)

View File

@ -2,7 +2,6 @@
#include <assert.h>
#include "bignum.h"
#include "ecdsa.h"
#include "secp256k1.h"
#include "rand.h"
/*