selfboot: Don't include unneeded ip_checksum.h
authorStefan Reinauer <reinauer@chromium.org>
Mon, 7 Nov 2011 21:16:38 +0000 (13:16 -0800)
committerPatrick Georgi <patrick@georgi-clan.de>
Tue, 8 Nov 2011 20:21:55 +0000 (21:21 +0100)
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>
src/boot/selfboot.c

index ab0bf21c67816d430f231d539795b7e815cfbe55..fe566539232b5518a41bc314e6400d56736aa1a5 100644 (file)
@@ -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>