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/i386/sysinfo.c | |
parent | 72199bc49a7ac72fd89c1ddf105c000d457b01ad (diff) |
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/i386/sysinfo.c')
-rw-r--r-- | payloads/libpayload/i386/sysinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/payloads/libpayload/i386/sysinfo.c b/payloads/libpayload/i386/sysinfo.c index cb149ead3a..7b1f785219 100644 --- a/payloads/libpayload/i386/sysinfo.c +++ b/payloads/libpayload/i386/sysinfo.c @@ -28,7 +28,6 @@ */ #include <libpayload.h> -#include <sysinfo.h> /** * This is a global structure that is used through the library - we set it |