diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-08-12 14:01:28 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-08-12 14:01:28 +0000 |
| commit | ed033c0a2ae8d3bcbdb53cd6373294dec55adfd6 (patch) | |
| tree | f15cde9b4699b7e59035ca7b0724d7a4c0bad11f /apps | |
| parent | 87409a2619957e8756fa5ba47f9f67baec7ead82 (diff) | |
| download | rockbox-ed033c0a2ae8d3bcbdb53cd6373294dec55adfd6.zip rockbox-ed033c0a2ae8d3bcbdb53cd6373294dec55adfd6.tar.gz rockbox-ed033c0a2ae8d3bcbdb53cd6373294dec55adfd6.tar.bz2 rockbox-ed033c0a2ae8d3bcbdb53cd6373294dec55adfd6.tar.xz | |
Oops, committed before finishing the removal of "#include "memory.h""
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27790 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/buffering.c | 2 | ||||
| -rw-r--r-- | apps/iap.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/buffering.c b/apps/buffering.c index 95b2591..f1073b3 100644 --- a/apps/buffering.c +++ b/apps/buffering.c @@ -24,6 +24,7 @@ #include <string.h> #include <stdlib.h> #include <ctype.h> +#include <inttypes.h> #include "buffering.h" #include "storage.h" @@ -31,7 +32,6 @@ #include "thread.h" #include "file.h" #include "panic.h" -#include "memory.h" #include "lcd.h" #include "font.h" #include "button.h" @@ -19,7 +19,6 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> -#include <memory.h> #include <string.h> #include "iap.h" |