1
0
Fork 0
forked from len0rd/rockbox

Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13628 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-06-14 15:07:54 +00:00
parent 283738086d
commit 61cf9b8513
12 changed files with 20 additions and 54 deletions

View file

@ -27,7 +27,6 @@
#include "plugin.h"
#include "playback_control.h"
#include "oldmenuapi.h"
#include "mem_function_wrappers.h"
#ifdef HAVE_LCD_BITMAP
#include "gray.h"