From dc69e05d90b922bbfc5712dcd4030d9585af4ff8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 20 Mar 2008 01:53:30 +0000 Subject: Make the list of functions in libpayload.h more complete (trivial). We need to think about the exact API we want to expose later, though. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3177 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- payloads/libpayload/libc/string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'payloads/libpayload/libc') diff --git a/payloads/libpayload/libc/string.c b/payloads/libpayload/libc/string.c index f71d1c3af6..87f5789b4c 100644 --- a/payloads/libpayload/libc/string.c +++ b/payloads/libpayload/libc/string.c @@ -29,7 +29,6 @@ */ #include -#include /** * Calculate the length of a fixed-size string. -- cgit v1.2.3