src: Remove redundant includes
<types.h> is supposed to provide <commonlib/bsd/cb_err.h>, <stdbool.h>,<stdint.h> and <stddef.h>. So remove those includes each time when <types.h> is included. Change-Id: I886f02255099f3005852a2e6095b21ca86a940ed Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41817 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
48378e1f8d
commit
0c154af217
32 changed files with 2 additions and 33 deletions
|
|
@ -15,7 +15,6 @@
|
|||
* \brief Utilities for decoding DDR3 SPDs
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <spd.h>
|
||||
#include <device/dram/common.h>
|
||||
#include <types.h>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
* \brief Utilities for decoding DDR4 SPDs
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <spd.h>
|
||||
#include <device/dram/common.h>
|
||||
#include <types.h>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#ifndef __LIB_H__
|
||||
#define __LIB_H__
|
||||
#include <stdint.h>
|
||||
|
||||
#include <types.h>
|
||||
|
||||
/* Defined in src/lib/lzma.c. Returns decompressed size or 0 on error. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue