src/include: Remove unused <stdlib.h>
Change-Id: I9e5d18739e7c5b5c742a905ac482529c7e0866df Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37827 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
630aa4b3db
commit
c5a5b369a8
|
@ -16,7 +16,6 @@
|
|||
#define BOOTSTATE_H
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
/* Only declare main() when in ramstage. */
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#ifndef _DEVICE_I2C_BUS_H_
|
||||
#define _DEVICE_I2C_BUS_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <device/i2c.h>
|
||||
#include <device/device.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#define STRING_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <console/vtxprintf.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue