board: lsxl: remove unused header files

Cleanup the included header files in the board code. These are all
leftovers from earlier days.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Michael Walle 2022-08-17 21:37:57 +02:00 committed by Stefan Roese
parent 48f80e28a2
commit b6a0683fe6

View file

@ -11,12 +11,7 @@
#include <bootstage.h>
#include <command.h>
#include <env.h>
#include <env_internal.h>
#include <init.h>
#include <net.h>
#include <malloc.h>
#include <netdev.h>
#include <miiphy.h>
#include <spi.h>
#include <spi_flash.h>
#include <asm/arch/soc.h>