From ebb14ca5f944df76986dbb9f8ec16bae1fbd20a7 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 13 Aug 2002 23:13:01 +0000 Subject: 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 --- apps/playlist.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/playlist.c') 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 @@ ****************************************************************************/ #include -#include - #include #include #include "playlist.h" -- cgit v1.2.3