bsp/leon3: Remove <leon.h> include form <bsp.h>

The <leon.h> header file contains a lot of implementation details.  Hide them
from <bsp.h>.
This commit is contained in:
Sebastian Huber
2021-07-19 15:43:11 +02:00
parent 36655b870c
commit 1577a48369
7 changed files with 9 additions and 3 deletions

View File

@@ -28,6 +28,7 @@
#include <bsp.h>
#include <bsp/fatal.h>
#include <leon.h>
#include <grlib/apbuart_termios.h>
#include <rtems/console.h>
#include <string.h>