[coreboot] [v2] r4847 - trunk/coreboot-v2/src/boot

svn at coreboot.org svn at coreboot.org
Sat Oct 24 20:54:46 CEST 2009


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 at coresystems.de>
Acked-by: Stefan Reinauer <stepan at 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>





More information about the coreboot mailing list