software/libbase/system.c: remove unused includes.

This commit is contained in:
Florent Kermarrec 2020-05-02 11:02:51 +02:00
parent 3bbadb35bf
commit d81f171c8a
1 changed files with 0 additions and 7 deletions

View File

@ -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>