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:
Elyes HAOUAS 2019-11-30 20:07:30 +01:00 committed by Kyösti Mälkki
parent 630aa4b3db
commit c5a5b369a8
3 changed files with 0 additions and 3 deletions

View File

@ -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. */

View File

@ -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>

View File

@ -2,7 +2,6 @@
#define STRING_H
#include <stddef.h>
#include <stdlib.h>
#include <console/vtxprintf.h>