lib/edid_fill_fb.c: Remove unused <bootsplash.h>

Change-Id: I9fb22ff647f824872dc35648bb4b5078f0cbde96
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61057
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <martinroth@google.com>
This commit is contained in:
Elyes HAOUAS 2022-01-12 21:25:18 +01:00 committed by Martin L Roth
parent 93a195c80f
commit f4fc15152c
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
#include <framebuffer_info.h> #include <framebuffer_info.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <bootsplash.h>
#include <list.h> #include <list.h>
struct fb_info { struct fb_info {