mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
fw: Remove unused header includes
This commit is contained in:
parent
3a6a60ff26
commit
4bd249816a
@ -4,7 +4,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "assert.h"
|
#include "assert.h"
|
||||||
#include "led.h"
|
|
||||||
#include "lib.h"
|
#include "lib.h"
|
||||||
|
|
||||||
void assert_fail(const char *assertion, const char *file, unsigned int line,
|
void assert_fail(const char *assertion, const char *file, unsigned int line,
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
#include "../tk1_mem.h"
|
#include "../tk1_mem.h"
|
||||||
#include "assert.h"
|
#include "assert.h"
|
||||||
#include "blake2s/blake2s.h"
|
#include "blake2s/blake2s.h"
|
||||||
#include "led.h"
|
|
||||||
#include "lib.h"
|
#include "lib.h"
|
||||||
#include "proto.h"
|
#include "proto.h"
|
||||||
#include "state.h"
|
#include "state.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user