1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-08 14:31:06 +00:00

extmod: remove unused includes

This commit is contained in:
Pavol Rusnak 2016-11-21 21:26:49 +01:00
parent 7c89f61f55
commit 728db8b04c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
6 changed files with 0 additions and 14 deletions

View File

@ -9,10 +9,7 @@
#include <string.h>
#include <stdint.h>
#include "py/nlr.h"
#include "py/runtime.h"
#include "py/binary.h"
#include "py/objstr.h"
#include "norcow.h"

View File

@ -9,9 +9,7 @@
#include <string.h>
#include <stdint.h>
#include "py/nlr.h"
#include "py/runtime.h"
#include "py/binary.h"
#if MICROPY_PY_TREZORCRYPTO

View File

@ -9,9 +9,7 @@
#include <string.h>
#include <stdint.h>
#include "py/nlr.h"
#include "py/runtime.h"
#include "py/binary.h"
#include "py/objstr.h"
#if MICROPY_PY_TREZORDEBUG

View File

@ -9,9 +9,7 @@
#include <string.h>
#include <stdint.h>
#include "py/nlr.h"
#include "py/runtime.h"
#include "py/binary.h"
#include "py/mphal.h"
#include "py/objstr.h"

View File

@ -9,9 +9,7 @@
#include <string.h>
#include <stdint.h>
#include "py/nlr.h"
#include "py/runtime.h"
#include "py/binary.h"
#if MICROPY_PY_TREZORUI

View File

@ -10,10 +10,7 @@
#include <stdint.h>
#include <stdlib.h>
#include "py/nlr.h"
#include "py/runtime.h"
#include "py/binary.h"
#include "py/objstr.h"
#if MICROPY_PY_TREZORUTILS