diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-04-11 20:16:24 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-04-11 20:16:24 +0000 |
commit | be504d1d8dfaf39a626cbb74450d26aa5eb05871 (patch) | |
tree | 22b5edc74946e86358a3ac80903cd7a20345dd7e /payloads/libpayload/libc/printf.c | |
parent | 72199bc49a7ac72fd89c1ddf105c000d457b01ad (diff) | |
download | coreboot-be504d1d8dfaf39a626cbb74450d26aa5eb05871.tar.xz |
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3237 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/libpayload/libc/printf.c')
-rw-r--r-- | payloads/libpayload/libc/printf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/payloads/libpayload/libc/printf.c b/payloads/libpayload/libc/printf.c index 062879c523..2f1ca8bda6 100644 --- a/payloads/libpayload/libc/printf.c +++ b/payloads/libpayload/libc/printf.c @@ -34,7 +34,6 @@ */ #include <libpayload.h> -#include <stdarg.h> /** Structure for specifying output methods for different printf clones. */ struct printf_spec { |