diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-11-07 13:16:38 -0800 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2011-11-08 21:21:55 +0100 |
commit | ab4c218379e09b7cffb1fedca92815a187844795 (patch) | |
tree | d959e2899f35312bb094ca6b4904c708cca0a653 | |
parent | c6b8b7dcc4cc1c3e4b142d3b5d460b1550ea8a73 (diff) |
selfboot: Don't include unneeded ip_checksum.h
Change-Id: I09b888e70f7432f7025b0b851acfb0279553400f
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/426
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
-rw-r--r-- | src/boot/selfboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index ab0bf21c67..fe56653923 100644 --- a/src/boot/selfboot.c +++ b/src/boot/selfboot.c @@ -24,7 +24,6 @@ #include <boot/elf.h> #include <boot/elf_boot.h> #include <boot/coreboot_tables.h> -#include <ip_checksum.h> #include <stdint.h> #include <stdlib.h> #include <string.h> |