fw: Remove unused header includes

This commit is contained in:
dehanj 2024-03-26 09:45:38 +01:00
parent 3a6a60ff26
commit 4bd249816a
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
*/
#include "assert.h"
#include "led.h"
#include "lib.h"
void assert_fail(const char *assertion, const char *file, unsigned int line,

View File

@ -6,7 +6,6 @@
#include "../tk1_mem.h"
#include "assert.h"
#include "blake2s/blake2s.h"
#include "led.h"
#include "lib.h"
#include "proto.h"
#include "state.h"