src/arch/arm: Remove unused 'include <stdint.h>'

Change-Id: I35f3559d68866a734666b3a18038bdae628703c8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37501
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-12-05 09:08:47 +01:00 committed by Kyösti Mälkki
parent cbea47c744
commit 3f870446a6
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
* Utility functions needed for (some) EABI conformant tool chains. * Utility functions needed for (some) EABI conformant tool chains.
*/ */
#include <stdint.h>
#include <stddef.h> #include <stddef.h>
#include <string.h> #include <string.h>
#include <console/console.h> #include <console/console.h>