1
0
Fork 0
mirror of https://github.com/tailix/mrubyvisor.git synced 2024-11-11 13:50:47 -05:00

Remove unnecessary include

This commit is contained in:
Alex Kotov 2022-11-29 03:39:18 +04:00
parent 7cb0b14893
commit 6b166b0816
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -3,7 +3,6 @@
#include <stdlib.h>
#include <kernaux/drivers/console.h>
#include <kernaux/drivers/shutdown.h>
#include <kernaux/generic/malloc.h>
#include <kernaux/free_list.h>