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>
This commit is contained in:
Stefan Reinauer 2011-11-07 13:16:38 -08:00 committed by Patrick Georgi
parent c6b8b7dcc4
commit ab4c218379
1 changed files with 0 additions and 1 deletions

View 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>