aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/i386
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-04-11 20:16:24 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-04-11 20:16:24 +0000
commitbe504d1d8dfaf39a626cbb74450d26aa5eb05871 (patch)
tree22b5edc74946e86358a3ac80903cd7a20345dd7e /payloads/libpayload/i386
parent72199bc49a7ac72fd89c1ddf105c000d457b01ad (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')
-rw-r--r--payloads/libpayload/i386/coreboot.c1
-rw-r--r--payloads/libpayload/i386/sysinfo.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/payloads/libpayload/i386/coreboot.c b/payloads/libpayload/i386/coreboot.c
index e9bc40fc41..9cbd4ef84a 100644
--- a/payloads/libpayload/i386/coreboot.c
+++ b/payloads/libpayload/i386/coreboot.c
@@ -28,7 +28,6 @@
*/
#include <libpayload.h>
-#include <sysinfo.h>
#include <coreboot_tables.h>
/*
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