diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-20 13:30:56 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-12-21 21:33:40 +0000 |
commit | a012136fc870a799323ba251c0e522534a4bae0b (patch) | |
tree | b5fa4ec5caa7aa0f3f30a75609a421edef07c646 /src/arch | |
parent | d13a57915df7e7eea217d6efba0b4051ca7fa838 (diff) |
treewide: Remove duplicated includes
<types.h> provides <commonlib/bsd/cb_err.h>, <stdint.h> and <stddef.h>.
Change-Id: I966303336e604b1b945df77e5d4c3cccbf045c56
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71149
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/breakpoint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/breakpoint.c b/src/arch/x86/breakpoint.c index 4b21e32823..d3ba783a55 100644 --- a/src/arch/x86/breakpoint.c +++ b/src/arch/x86/breakpoint.c @@ -2,7 +2,6 @@ #include <arch/registers.h> #include <arch/breakpoint.h> #include <console/console.h> -#include <stdint.h> #include <types.h> #define DEBUG_REGISTER_COUNT 4 |