tree: Remove duplicated <stdint.h>

<types.h> is supposed to provide <stdint.h>.

Change-Id: Ia68a0dc8fba4a48401e213ebb8356e32f0a019ab
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81633
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Elyes Haouas
2024-04-03 17:06:18 +02:00
committed by Felix Held
parent c45d5c8c6b
commit 7225656716
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
#include <device/device.h>
#include <device/mmio.h>
#include <rmodule.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <types.h>

View File

@ -3,7 +3,6 @@
#ifndef SIFIVE_COMMON_SDRAM_H
#define SIFIVE_COMMON_SDRAM_H
#include <stdint.h>
#include <types.h>
void sdram_init(size_t dram_size);