Remove last traces of sprintf.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25864 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jeffrey Goode 2010-05-07 02:13:47 +00:00
parent 65b875b83e
commit 13b8e3d66d
3 changed files with 0 additions and 3 deletions

View file

@ -22,7 +22,6 @@
#ifdef ROCKBOX_HAS_LOGF #ifdef ROCKBOX_HAS_LOGF
#include <file.h> #include <file.h>
#include <sprintf.h>
#include <timefuncs.h> #include <timefuncs.h>
#include <string.h> #include <string.h>
#include <kernel.h> #include <kernel.h>

View file

@ -55,7 +55,6 @@
*/ */
#include <file.h> #include <file.h>
#include <sprintf.h>
#include <system.h> #include <system.h>
#include <string.h> #include <string.h>
#include <timer.h> #include <timer.h>

View file

@ -23,7 +23,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <sprintf.h>
#include "inttypes.h" #include "inttypes.h"
#include "string.h" #include "string.h"
#include "cpu.h" #include "cpu.h"