aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-11-07 13:16:38 -0800
committerPatrick Georgi <patrick@georgi-clan.de>2011-11-08 21:21:55 +0100
commitab4c218379e09b7cffb1fedca92815a187844795 (patch)
treed959e2899f35312bb094ca6b4904c708cca0a653 /src/boot
parentc6b8b7dcc4cc1c3e4b142d3b5d460b1550ea8a73 (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>
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/selfboot.c1
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>