diff options
author | Boris Gjenero <dreamlayers@rockbox.org> | 2011-11-29 00:42:27 +0000 |
---|---|---|
committer | Boris Gjenero <dreamlayers@rockbox.org> | 2011-11-29 00:42:27 +0000 |
commit | d51e5983357593981e604b05ad3826f2496f4a6b (patch) | |
tree | 036fa986dcf4f6ec4c529dd74c5f996533f62d4f /firmware/buflib.c | |
parent | 297c29cba60e34ed01fb72974dcb562e58df322b (diff) |
FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31088 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/buflib.c')
-rw-r--r-- | firmware/buflib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/buflib.c b/firmware/buflib.c index 748e8a2378..d3f1455c99 100644 --- a/firmware/buflib.c +++ b/firmware/buflib.c @@ -30,7 +30,6 @@ #include "buflib.h" #include "string-extra.h" /* strlcpy() */ #include "debug.h" -#include "buffer.h" #include "system.h" /* for ALIGN_*() */ /* The main goal of this design is fast fetching of the pointer for a handle. |