src: Drop unused 'include <cbfs.h>'

Change-Id: If5c5ebacd103d7e1f09585cc4c52753b11ce84d0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31953
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Elyes HAOUAS
2019-03-18 11:30:08 +01:00
committed by Kyösti Mälkki
parent b1434fce01
commit 28b38cd365
24 changed files with 31 additions and 40 deletions

View File

@@ -21,11 +21,11 @@
#include <bootmem.h>
#include <stdlib.h>
#include <string.h>
#include <cbfs.h>
#include <program_loading.h>
#include <memrange.h>
#include <fit.h>
#include <boardid.h>
#include <commonlib/cbfs_serialized.h>
#include <commonlib/include/commonlib/stdlib.h>
static struct list_node image_nodes;