diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2010-05-07 02:13:47 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2010-05-07 02:13:47 +0000 |
| commit | 13b8e3d66d1d7b90e0c857a16eba45ed2720b77c (patch) | |
| tree | b606c1950f647f20910eafb4dcf31cd9bebdc348 | |
| parent | 65b875b83ec2a3bdf47c627ed8c2f86a3f46d395 (diff) | |
| download | rockbox-13b8e3d66d1d7b90e0c857a16eba45ed2720b77c.zip rockbox-13b8e3d66d1d7b90e0c857a16eba45ed2720b77c.tar.gz rockbox-13b8e3d66d1d7b90e0c857a16eba45ed2720b77c.tar.bz2 rockbox-13b8e3d66d1d7b90e0c857a16eba45ed2720b77c.tar.xz | |
Remove last traces of sprintf.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25864 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/logfdisp.c | 1 | ||||
| -rw-r--r-- | firmware/profile.c | 1 | ||||
| -rw-r--r-- | firmware/target/arm/s3c2440/uart-s3c2440.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/apps/logfdisp.c b/apps/logfdisp.c index 41b8477..8547778 100644 --- a/apps/logfdisp.c +++ b/apps/logfdisp.c @@ -22,7 +22,6 @@ #ifdef ROCKBOX_HAS_LOGF #include <file.h> -#include <sprintf.h> #include <timefuncs.h> #include <string.h> #include <kernel.h> diff --git a/firmware/profile.c b/firmware/profile.c index 0545acc..21feb13 100644 --- a/firmware/profile.c +++ b/firmware/profile.c @@ -55,7 +55,6 @@ */ #include <file.h> -#include <sprintf.h> #include <system.h> #include <string.h> #include <timer.h> diff --git a/firmware/target/arm/s3c2440/uart-s3c2440.c b/firmware/target/arm/s3c2440/uart-s3c2440.c index 2308027..829eb05 100644 --- a/firmware/target/arm/s3c2440/uart-s3c2440.c +++ b/firmware/target/arm/s3c2440/uart-s3c2440.c @@ -23,7 +23,6 @@ #include <stdlib.h> #include <stdio.h> #include <stdarg.h> -#include <sprintf.h> #include "inttypes.h" #include "string.h" #include "cpu.h" |