summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-08-12 14:01:28 +0000
committerThomas Martitz <kugel@rockbox.org>2010-08-12 14:01:28 +0000
commited033c0a2ae8d3bcbdb53cd6373294dec55adfd6 (patch)
treef15cde9b4699b7e59035ca7b0724d7a4c0bad11f /apps
parent87409a2619957e8756fa5ba47f9f67baec7ead82 (diff)
downloadrockbox-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.c2
-rw-r--r--apps/iap.c1
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"
diff --git a/apps/iap.c b/apps/iap.c
index 9671308..4d2ec62 100644
--- a/apps/iap.c
+++ b/apps/iap.c
@@ -19,7 +19,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
-#include <memory.h>
#include <string.h>
#include "iap.h"