summaryrefslogtreecommitdiffstats
path: root/src/include/device/dram
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-28 08:54:42 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-02 07:42:32 +0000
commit0c154af2175fcb05bffa4ccad11c40366f5417e7 (patch)
tree3779418baad8ad97239acddc24a09110cc1f3b6a /src/include/device/dram
parent48378e1f8d132a3d3bdbb7b1eac5c769c273e6e1 (diff)
downloadcoreboot-0c154af2175fcb05bffa4ccad11c40366f5417e7.tar.gz
coreboot-0c154af2175fcb05bffa4ccad11c40366f5417e7.tar.bz2
coreboot-0c154af2175fcb05bffa4ccad11c40366f5417e7.zip
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>
Diffstat (limited to 'src/include/device/dram')
-rw-r--r--src/include/device/dram/ddr3.h1
-rw-r--r--src/include/device/dram/ddr4.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/include/device/dram/ddr3.h b/src/include/device/dram/ddr3.h
index 08b7b7c72c26..a209e48b8bb5 100644
--- a/src/include/device/dram/ddr3.h
+++ b/src/include/device/dram/ddr3.h
@@ -15,7 +15,6 @@
* \brief Utilities for decoding DDR3 SPDs
*/
-#include <stdint.h>
#include <spd.h>
#include <device/dram/common.h>
#include <types.h>
diff --git a/src/include/device/dram/ddr4.h b/src/include/device/dram/ddr4.h
index 51fd7bff6dc1..f258fa9f0976 100644
--- a/src/include/device/dram/ddr4.h
+++ b/src/include/device/dram/ddr4.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>