summaryrefslogtreecommitdiff
path: root/apps/playlist.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 /apps/playlist.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 'apps/playlist.c')
-rw-r--r--apps/playlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 0d9df36e32..692ec4b989 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -18,8 +18,6 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include <stdio.h> 20#include <stdio.h>
21#include <malloc.h>
22
23#include <stdlib.h> 21#include <stdlib.h>
24#include <string.h> 22#include <string.h>
25#include "playlist.h" 23#include "playlist.h"