aboutsummaryrefslogtreecommitdiff
path: root/src/lib/bootsplash.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-10 10:42:30 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-11 19:24:44 +0000
commitfd9f697e518150f85e3a17f58deffe8a9a8dcbad (patch)
treeea023fdff64752da0a34bb251f8222c06f218753 /src/lib/bootsplash.c
parent31402178c56108e752b95c34562b6e3554a2c1d8 (diff)
tree: Drop unused <stdlib.h>
Change-Id: Ie7e36cfa5a09d94bb58f12f9bd262255a630424c Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81819 Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/lib/bootsplash.c')
-rw-r--r--src/lib/bootsplash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/bootsplash.c b/src/lib/bootsplash.c
index 0512770668..38d0ce7c97 100644
--- a/src/lib/bootsplash.c
+++ b/src/lib/bootsplash.c
@@ -5,7 +5,6 @@
#include <console/console.h>
#include <endian.h>
#include <bootsplash.h>
-#include <stdlib.h>
#include "jpeg.h"