src: Remove unused 'include <bootstate.h>'

Change-Id: I54eda3d51ecda77309841e598f06eb9cea3babc1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41671
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS
2020-05-23 09:16:34 +02:00
committed by Patrick Georgi
parent fcf7d992bf
commit ebddada48d
23 changed files with 0 additions and 23 deletions

View File

@@ -3,7 +3,6 @@
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <bootstate.h>
#include <cbmem.h>
#include <console/console.h>
#include <delay.h>