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>
This commit is contained in:
Elyes Haouas 2024-04-10 10:42:30 +02:00
commit fd9f697e51
12 changed files with 0 additions and 12 deletions

View file

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <console/console.h>

View file

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdlib.h>
#include <option.h>
#include <smmstore.h>

View file

@ -2,7 +2,6 @@
#include <acpi/acpigen.h>
#include <acpi/acpi_device.h>
#include <stdlib.h>
#include "chip.h"