mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 15:00:58 +00:00
extmod: remove unused includes
This commit is contained in:
parent
7c89f61f55
commit
728db8b04c
@ -9,10 +9,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "py/nlr.h"
|
|
||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "py/binary.h"
|
|
||||||
#include "py/objstr.h"
|
|
||||||
|
|
||||||
#include "norcow.h"
|
#include "norcow.h"
|
||||||
|
|
||||||
|
@ -9,9 +9,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "py/nlr.h"
|
|
||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "py/binary.h"
|
|
||||||
|
|
||||||
#if MICROPY_PY_TREZORCRYPTO
|
#if MICROPY_PY_TREZORCRYPTO
|
||||||
|
|
||||||
|
@ -9,9 +9,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "py/nlr.h"
|
|
||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "py/binary.h"
|
|
||||||
#include "py/objstr.h"
|
#include "py/objstr.h"
|
||||||
|
|
||||||
#if MICROPY_PY_TREZORDEBUG
|
#if MICROPY_PY_TREZORDEBUG
|
||||||
|
@ -9,9 +9,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "py/nlr.h"
|
|
||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "py/binary.h"
|
|
||||||
#include "py/mphal.h"
|
#include "py/mphal.h"
|
||||||
#include "py/objstr.h"
|
#include "py/objstr.h"
|
||||||
|
|
||||||
|
@ -9,9 +9,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "py/nlr.h"
|
|
||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "py/binary.h"
|
|
||||||
|
|
||||||
#if MICROPY_PY_TREZORUI
|
#if MICROPY_PY_TREZORUI
|
||||||
|
|
||||||
|
@ -10,10 +10,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "py/nlr.h"
|
|
||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "py/binary.h"
|
|
||||||
#include "py/objstr.h"
|
|
||||||
|
|
||||||
#if MICROPY_PY_TREZORUTILS
|
#if MICROPY_PY_TREZORUTILS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user