Author: stepan Date: 2009-10-24 20:54:46 +0200 (Sat, 24 Oct 2009) New Revision: 4847
Modified: trunk/coreboot-v2/src/boot/selfboot.c Log: removal of that unnecessary include slipped through r4841
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/src/boot/selfboot.c =================================================================== --- trunk/coreboot-v2/src/boot/selfboot.c 2009-10-24 18:47:43 UTC (rev 4846) +++ trunk/coreboot-v2/src/boot/selfboot.c 2009-10-24 18:54:46 UTC (rev 4847) @@ -24,7 +24,6 @@ #include <boot/elf_boot.h> #include <boot/coreboot_tables.h> #include <ip_checksum.h> -#include <stream/read_bytes.h> #include <stdint.h> #include <stdlib.h> #include <string.h>