diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-10-24 18:54:46 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-10-24 18:54:46 +0000 |
commit | 7223780b0742d18880e71e02883ef39298d75131 (patch) | |
tree | 7e6eccccc451c825f8c80b1b1436f3e580446d44 | |
parent | 2b09cbba9efbe98224b04e5c62a2b95e096e1ae3 (diff) |
removal of that unnecessary include slipped through r4841
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4847 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/boot/selfboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index bedb719808..fa3e29a97d 100644 --- a/src/boot/selfboot.c +++ b/src/boot/selfboot.c @@ -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> |