diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-11-30 19:29:28 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 05:57:07 +0000 |
commit | 0420e50b6b0ee25ba7802493caf33b2b6e320da2 (patch) | |
tree | 7bbe19e5057659d554ea3e8eb915d803a8a8dd69 /src/arch/x86/include | |
parent | 608fbf81109902cfd1775e61b18a2c37e2084d9d (diff) |
src/arch: Remove unused <stdlib.h>
Change-Id: I79f065703b5249ca9630b06de7142bc52675076e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32820
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r-- | src/arch/x86/include/arch/acpigen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/include/arch/acpigen.h b/src/arch/x86/include/arch/acpigen.h index 8b8c873fb5..11fe232272 100644 --- a/src/arch/x86/include/arch/acpigen.h +++ b/src/arch/x86/include/arch/acpigen.h @@ -14,7 +14,6 @@ #ifndef LIBACPI_H #define LIBACPI_H -#include <stdlib.h> #include <stdint.h> #include <arch/acpi.h> #include <arch/acpi_device.h> |