Drop unused include <version.h>

Change-Id: I7d0718b5d2e0dd16eb90f63dd9d33329a2d808ba
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74448
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Kyösti Mälkki
2022-12-18 18:09:43 +02:00
parent 91c8c39eb8
commit 88c94fead3
8 changed files with 0 additions and 8 deletions

View File

@@ -23,7 +23,6 @@
#include <timer.h>
#include <timestamp.h>
#include <types.h>
#include <version.h>
static boot_state_t bs_pre_device(void *arg);
static boot_state_t bs_dev_init_chips(void *arg);