summaryrefslogtreecommitdiff
path: root/firmware/ajf.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-13 23:13:01 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-13 23:13:01 +0000
commitebb14ca5f944df76986dbb9f8ec16bae1fbd20a7 (patch)
treebe18c2969fb2420ccbe4adddfd13a9b49b253a49 /firmware/ajf.c
parent509b42561686174f09b56b16e622f24d2efad774 (diff)
downloadrockbox-ebb14ca5f944df76986dbb9f8ec16bae1fbd20a7.tar.gz
rockbox-ebb14ca5f944df76986dbb9f8ec16bae1fbd20a7.zip
Gained about 128 KB buffer space by removing malloc() and the heap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1726 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/ajf.c')
-rw-r--r--firmware/ajf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/ajf.c b/firmware/ajf.c
index e542bdc81e..82ba0b7939 100644
--- a/firmware/ajf.c
+++ b/firmware/ajf.c
@@ -21,7 +21,6 @@
21#endif 21#endif
22#include <file.h> 22#include <file.h>
23#include "ajf.h" 23#include "ajf.h"
24#include <malloc.h>
25#include <string.h> 24#include <string.h>
26#include <errno.h> 25#include <errno.h>
27#include <stdbool.h> 26#include <stdbool.h>