diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-20 00:02:07 +0000 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2008-03-20 00:02:07 +0000 |
commit | c52761be0a67f31af13ffd2c6f0217988c8b5175 (patch) | |
tree | 7c0e226d9f79032c6265af385f1f3a4d6482ac04 /payloads/libpayload/i386 | |
parent | f3029a8fc9025de0e09d1bb3fefe67e391c4160a (diff) |
libpayload: BSD solutions contributed by Uwe
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3172 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/libpayload/i386')
-rw-r--r-- | payloads/libpayload/i386/coreboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/payloads/libpayload/i386/coreboot.c b/payloads/libpayload/i386/coreboot.c index 6d310d0325..e5d02319a7 100644 --- a/payloads/libpayload/i386/coreboot.c +++ b/payloads/libpayload/i386/coreboot.c @@ -29,7 +29,6 @@ #include <libpayload.h> #include <sysinfo.h> -#include <ipchecksum.h> #include <coreboot_tables.h> /* Some of this is x86 specific, and the rest of it |