software/libbase/system.c: remove unused includes.
This commit is contained in:
parent
3bbadb35bf
commit
d81f171c8a
|
@ -1,12 +1,5 @@
|
|||
#include <irq.h>
|
||||
#include <uart.h>
|
||||
#ifdef __or1k__
|
||||
#include <spr-defs.h>
|
||||
#endif
|
||||
|
||||
#if defined (__vexriscv__)
|
||||
#include <csr-defs.h>
|
||||
#endif
|
||||
|
||||
#include <system.h>
|
||||
#include <generated/mem.h>
|
||||
|
|
Loading…
Reference in New Issue